public static interface ListSupportedResourceTypesResponse.Builder extends ResourceExplorer2Response.Builder, SdkPojo, CopyableBuilder<ListSupportedResourceTypesResponse.Builder,ListSupportedResourceTypesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSupportedResourceTypesResponse.Builder |
nextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
ListSupportedResourceTypesResponse.Builder |
resourceTypes(Collection<SupportedResourceType> resourceTypes)
The list of resource types supported by Resource Explorer.
|
ListSupportedResourceTypesResponse.Builder |
resourceTypes(Consumer<SupportedResourceType.Builder>... resourceTypes)
The list of resource types supported by Resource Explorer.
|
ListSupportedResourceTypesResponse.Builder |
resourceTypes(SupportedResourceType... resourceTypes)
The list of resource types supported by Resource Explorer.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSupportedResourceTypesResponse.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.ListSupportedResourceTypesResponse.Builder resourceTypes(Collection<SupportedResourceType> resourceTypes)
The list of resource types supported by Resource Explorer.
resourceTypes - The list of resource types supported by Resource Explorer.ListSupportedResourceTypesResponse.Builder resourceTypes(SupportedResourceType... resourceTypes)
The list of resource types supported by Resource Explorer.
resourceTypes - The list of resource types supported by Resource Explorer.ListSupportedResourceTypesResponse.Builder resourceTypes(Consumer<SupportedResourceType.Builder>... resourceTypes)
The list of resource types supported by Resource Explorer.
This is a convenience method that creates an instance of theSupportedResourceType.Builder avoiding the
need to create one manually via
SupportedResourceType.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #resourceTypes(List.
resourceTypes - a consumer that will call methods on
SupportedResourceType.Builder#resourceTypes(java.util.Collection) Copyright © 2023. All rights reserved.