public static interface ListGroupResourcesResponse.Builder extends ResourceGroupsResponse.Builder, SdkPojo, CopyableBuilder<ListGroupResourcesResponse.Builder,ListGroupResourcesResponse>
Modifier and Type | Method and Description |
---|---|
ListGroupResourcesResponse.Builder |
nextToken(String nextToken)
The NextToken value to include in a subsequent
ListGroupResources request, to get more results. |
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)
The ARNs and resource types of resources that are members of the group that you specified.
|
ListGroupResourcesResponse.Builder |
resourceIdentifiers(Consumer<ResourceIdentifier.Builder>... resourceIdentifiers)
The ARNs and resource types of resources that are members of the group that you specified.
|
ListGroupResourcesResponse.Builder |
resourceIdentifiers(ResourceIdentifier... resourceIdentifiers)
The ARNs and resource types of resources that are members of the group that you specified.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListGroupResourcesResponse.Builder resourceIdentifiers(Collection<ResourceIdentifier> resourceIdentifiers)
The ARNs and resource types of resources that are members of the group that you specified.
resourceIdentifiers
- The ARNs and resource types of resources that are members of the group that you specified.ListGroupResourcesResponse.Builder resourceIdentifiers(ResourceIdentifier... resourceIdentifiers)
The ARNs and resource types of resources that are members of the group that you specified.
resourceIdentifiers
- The ARNs and resource types of resources that are members of the group that you specified.ListGroupResourcesResponse.Builder resourceIdentifiers(Consumer<ResourceIdentifier.Builder>... resourceIdentifiers)
The ARNs and resource types of resources that are members of the group that you specified.
This is a convenience 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 #resourceIdentifiers(List)
.resourceIdentifiers
- a consumer that will call methods on List.Builder
#resourceIdentifiers(List)
ListGroupResourcesResponse.Builder nextToken(String nextToken)
The NextToken value to include in a subsequent ListGroupResources
request, to get more results.
nextToken
- The NextToken value to include in a subsequent ListGroupResources
request, to get more
results.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.