public static interface ListGroupResourcesResponse.Builder extends ResourceGroupsResponse.Builder, SdkPojo, CopyableBuilder<ListGroupResourcesResponse.Builder,ListGroupResourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListGroupResourcesResponse.Builder |
nextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
ListGroupResourcesResponse.Builder |
queryErrors(Collection<QueryError> queryErrors)
A list of
QueryError objects. |
ListGroupResourcesResponse.Builder |
queryErrors(Consumer<QueryError.Builder>... queryErrors)
A list of
QueryError objects. |
ListGroupResourcesResponse.Builder |
queryErrors(QueryError... queryErrors)
A list of
QueryError objects. |
ListGroupResourcesResponse.Builder |
resourceIdentifiers(Collection<ResourceIdentifier> resourceIdentifiers)
Deprecated.
This field is deprecated, use Resources instead.
|
ListGroupResourcesResponse.Builder |
resourceIdentifiers(Consumer<ResourceIdentifier.Builder>... resourceIdentifiers)
Deprecated.
This field is deprecated, use Resources instead.
|
ListGroupResourcesResponse.Builder |
resourceIdentifiers(ResourceIdentifier... resourceIdentifiers)
Deprecated.
This field is deprecated, use Resources instead.
|
ListGroupResourcesResponse.Builder |
resources(Collection<ListGroupResourcesItem> resources)
An array of resources from which you can determine each resource's identity, type, and group membership
status.
|
ListGroupResourcesResponse.Builder |
resources(Consumer<ListGroupResourcesItem.Builder>... resources)
An array of resources from which you can determine each resource's identity, type, and group membership
status.
|
ListGroupResourcesResponse.Builder |
resources(ListGroupResourcesItem... resources)
An array of resources from which you can determine each resource's identity, type, and group membership
status.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGroupResourcesResponse.Builder resources(Collection<ListGroupResourcesItem> resources)
An array of resources from which you can determine each resource's identity, type, and group membership status.
resources - An array of resources from which you can determine each resource's identity, type, and group
membership status.ListGroupResourcesResponse.Builder resources(ListGroupResourcesItem... resources)
An array of resources from which you can determine each resource's identity, type, and group membership status.
resources - An array of resources from which you can determine each resource's identity, type, and group
membership status.ListGroupResourcesResponse.Builder resources(Consumer<ListGroupResourcesItem.Builder>... 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 theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #resources(List) .resources - a consumer that will call methods on List.Builder #resources(List) @Deprecated ListGroupResourcesResponse.Builder resourceIdentifiers(Collection<ResourceIdentifier> resourceIdentifiers)
Deprecated - don't use this parameter. Use the Resources response field instead.
resourceIdentifiers -
Deprecated - don't use this parameter. Use the Resources response field
instead.
@Deprecated ListGroupResourcesResponse.Builder resourceIdentifiers(ResourceIdentifier... resourceIdentifiers)
Deprecated - don't use this parameter. Use the Resources response field instead.
resourceIdentifiers -
Deprecated - don't use this parameter. Use the Resources response field
instead.
@Deprecated ListGroupResourcesResponse.Builder resourceIdentifiers(Consumer<ResourceIdentifier.Builder>... resourceIdentifiers)
Deprecated - don't use this parameter. Use the Resources response field instead.
.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #resourceIdentifiers(List) .resourceIdentifiers - a consumer that will call methods on List.Builder #resourceIdentifiers(List) ListGroupResourcesResponse.Builder nextToken(String 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.
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.ListGroupResourcesResponse.Builder queryErrors(Collection<QueryError> queryErrors)
A list of QueryError objects. Each error is an object that contains ErrorCode and
Message structures. Possible values for ErrorCode are
CLOUDFORMATION_STACK_INACTIVE and CLOUDFORMATION_STACK_NOT_EXISTING.
queryErrors - A list of QueryError objects. Each error is an object that contains
ErrorCode and Message structures. Possible values for ErrorCode
are CLOUDFORMATION_STACK_INACTIVE and CLOUDFORMATION_STACK_NOT_EXISTING.ListGroupResourcesResponse.Builder queryErrors(QueryError... queryErrors)
A list of QueryError objects. Each error is an object that contains ErrorCode and
Message structures. Possible values for ErrorCode are
CLOUDFORMATION_STACK_INACTIVE and CLOUDFORMATION_STACK_NOT_EXISTING.
queryErrors - A list of QueryError objects. Each error is an object that contains
ErrorCode and Message structures. Possible values for ErrorCode
are CLOUDFORMATION_STACK_INACTIVE and CLOUDFORMATION_STACK_NOT_EXISTING.ListGroupResourcesResponse.Builder queryErrors(Consumer<QueryError.Builder>... queryErrors)
A list of QueryError objects. Each error is an object that contains ErrorCode and
Message structures. Possible values for ErrorCode are
CLOUDFORMATION_STACK_INACTIVE and CLOUDFORMATION_STACK_NOT_EXISTING.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #queryErrors(List) .queryErrors - a consumer that will call methods on List.Builder #queryErrors(List) Copyright © 2022. All rights reserved.