public static interface SearchResourcesResponse.Builder extends ResourceGroupsResponse.Builder, SdkPojo, CopyableBuilder<SearchResourcesResponse.Builder,SearchResourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchResourcesResponse.Builder |
nextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
SearchResourcesResponse.Builder |
queryErrors(Collection<QueryError> queryErrors)
A list of
QueryError objects. |
SearchResourcesResponse.Builder |
queryErrors(Consumer<QueryError.Builder>... queryErrors)
A list of
QueryError objects. |
SearchResourcesResponse.Builder |
queryErrors(QueryError... queryErrors)
A list of
QueryError objects. |
SearchResourcesResponse.Builder |
resourceIdentifiers(Collection<ResourceIdentifier> resourceIdentifiers)
The ARNs and resource types of resources that are members of the group that you specified.
|
SearchResourcesResponse.Builder |
resourceIdentifiers(Consumer<ResourceIdentifier.Builder>... resourceIdentifiers)
The ARNs and resource types of resources that are members of the group that you specified.
|
SearchResourcesResponse.Builder |
resourceIdentifiers(ResourceIdentifier... resourceIdentifiers)
The ARNs and resource types of resources that are members of the group that you specified.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchResourcesResponse.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.SearchResourcesResponse.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.SearchResourcesResponse.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) SearchResourcesResponse.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.SearchResourcesResponse.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.SearchResourcesResponse.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.SearchResourcesResponse.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.