Interface ListGroupResourcesResponse.Builder

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

  • Method Details

    • resources

      An array of resources from which you can determine each resource's identity, type, and group membership status.

      Parameters:
      resources - An array of resources from which you can determine each resource's identity, type, and group membership status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resources

      An array of resources from which you can determine each resource's identity, type, and group membership status.

      Parameters:
      resources - An array of resources from which you can determine each resource's identity, type, and group membership status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resources

      An array of resources from which you can determine each resource's identity, type, and group membership status.

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

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

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

      Deprecated.
      This field is deprecated, use Resources instead.

      Deprecated - don't use this parameter. Use the Resources response field instead.

      Parameters:
      resourceIdentifiers -

      Deprecated - don't use this parameter. Use the Resources response field instead.

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

      @Deprecated ListGroupResourcesResponse.Builder resourceIdentifiers(ResourceIdentifier... resourceIdentifiers)
      Deprecated.
      This field is deprecated, use Resources instead.

      Deprecated - don't use this parameter. Use the Resources response field instead.

      Parameters:
      resourceIdentifiers -

      Deprecated - don't use this parameter. Use the Resources response field instead.

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

      Deprecated.
      This field is deprecated, use Resources instead.

      Deprecated - don't use this parameter. Use the Resources response field instead.

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

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

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

      If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

      Parameters:
      nextToken - If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queryErrors

      A list of QueryError objects. Each error contains an ErrorCode and Message. Possible values for ErrorCode are CLOUDFORMATION_STACK_INACTIVE, CLOUDFORMATION_STACK_NOT_EXISTING, CLOUDFORMATION_STACK_UNASSUMABLE_ROLE and RESOURCE_TYPE_NOT_SUPPORTED.

      Parameters:
      queryErrors - A list of QueryError objects. Each error contains an ErrorCode and Message. Possible values for ErrorCode are CLOUDFORMATION_STACK_INACTIVE, CLOUDFORMATION_STACK_NOT_EXISTING, CLOUDFORMATION_STACK_UNASSUMABLE_ROLE and RESOURCE_TYPE_NOT_SUPPORTED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queryErrors

      ListGroupResourcesResponse.Builder queryErrors(QueryError... queryErrors)

      A list of QueryError objects. Each error contains an ErrorCode and Message. Possible values for ErrorCode are CLOUDFORMATION_STACK_INACTIVE, CLOUDFORMATION_STACK_NOT_EXISTING, CLOUDFORMATION_STACK_UNASSUMABLE_ROLE and RESOURCE_TYPE_NOT_SUPPORTED.

      Parameters:
      queryErrors - A list of QueryError objects. Each error contains an ErrorCode and Message. Possible values for ErrorCode are CLOUDFORMATION_STACK_INACTIVE, CLOUDFORMATION_STACK_NOT_EXISTING, CLOUDFORMATION_STACK_UNASSUMABLE_ROLE and RESOURCE_TYPE_NOT_SUPPORTED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queryErrors

      A list of QueryError objects. Each error contains an ErrorCode and Message. Possible values for ErrorCode are CLOUDFORMATION_STACK_INACTIVE, CLOUDFORMATION_STACK_NOT_EXISTING, CLOUDFORMATION_STACK_UNASSUMABLE_ROLE and RESOURCE_TYPE_NOT_SUPPORTED.

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

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

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