Interface ListProtectionGroupsResponse.Builder

  • Method Details

    • protectionGroups

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

      ListProtectionGroupsResponse.Builder protectionGroups(ProtectionGroup... protectionGroups)

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

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

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

      Parameters:
      protectionGroups - a consumer that will call methods on ProtectionGroup.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.