Interface ListProtectionsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListProtectionsResponse.Builder,ListProtectionsResponse>, SdkBuilder<ListProtectionsResponse.Builder,ListProtectionsResponse>, SdkPojo, SdkResponse.Builder, ShieldResponse.Builder
Enclosing class:
ListProtectionsResponse

public static interface ListProtectionsResponse.Builder extends ShieldResponse.Builder, SdkPojo, CopyableBuilder<ListProtectionsResponse.Builder,ListProtectionsResponse>
  • Method Details

    • protections

      The array of enabled Protection objects.

      Parameters:
      protections - The array of enabled Protection objects.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • protections

      ListProtectionsResponse.Builder protections(Protection... protections)

      The array of enabled Protection objects.

      Parameters:
      protections - The array of enabled Protection objects.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • protections

      The array of enabled Protection objects.

      This is a convenience method that creates an instance of the Protection.Builder avoiding the need to create one manually via Protection.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to protections(List<Protection>).

      Parameters:
      protections - a consumer that will call methods on Protection.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      When you request a list of objects from Shield Advanced, if the response does not include all of the remaining available objects, Shield Advanced includes a NextToken value in the response. You can retrieve the next batch of objects by requesting the list again and providing the token that was returned by the prior call in your request.

      You can indicate the maximum number of objects that you want Shield Advanced to return for a single call with the MaxResults setting. Shield Advanced will not return more than MaxResults objects, but may return fewer, even if more objects are still available.

      Whenever more objects remain that Shield Advanced has not yet returned to you, the response will include a NextToken value.

      Parameters:
      nextToken - When you request a list of objects from Shield Advanced, if the response does not include all of the remaining available objects, Shield Advanced includes a NextToken value in the response. You can retrieve the next batch of objects by requesting the list again and providing the token that was returned by the prior call in your request.

      You can indicate the maximum number of objects that you want Shield Advanced to return for a single call with the MaxResults setting. Shield Advanced will not return more than MaxResults objects, but may return fewer, even if more objects are still available.

      Whenever more objects remain that Shield Advanced has not yet returned to you, the response will include a NextToken value.

      Returns:
      Returns a reference to this object so that method calls can be chained together.