public static interface ListDiscoveredResourcesResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<ListDiscoveredResourcesResponse.Builder,ListDiscoveredResourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDiscoveredResourcesResponse.Builder |
nextToken(String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
|
ListDiscoveredResourcesResponse.Builder |
resourceIdentifiers(Collection<ResourceIdentifier> resourceIdentifiers)
The details that identify a resource that is discovered by Config, including the resource type, ID, and (if
available) the custom resource name.
|
ListDiscoveredResourcesResponse.Builder |
resourceIdentifiers(Consumer<ResourceIdentifier.Builder>... resourceIdentifiers)
The details that identify a resource that is discovered by Config, including the resource type, ID, and (if
available) the custom resource name.
|
ListDiscoveredResourcesResponse.Builder |
resourceIdentifiers(ResourceIdentifier... resourceIdentifiers)
The details that identify a resource that is discovered by Config, including the resource type, ID, and (if
available) the custom resource name.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDiscoveredResourcesResponse.Builder resourceIdentifiers(Collection<ResourceIdentifier> resourceIdentifiers)
The details that identify a resource that is discovered by Config, including the resource type, ID, and (if available) the custom resource name.
resourceIdentifiers - The details that identify a resource that is discovered by Config, including the resource type, ID,
and (if available) the custom resource name.ListDiscoveredResourcesResponse.Builder resourceIdentifiers(ResourceIdentifier... resourceIdentifiers)
The details that identify a resource that is discovered by Config, including the resource type, ID, and (if available) the custom resource name.
resourceIdentifiers - The details that identify a resource that is discovered by Config, including the resource type, ID,
and (if available) the custom resource name.ListDiscoveredResourcesResponse.Builder resourceIdentifiers(Consumer<ResourceIdentifier.Builder>... resourceIdentifiers)
The details that identify a resource that is discovered by Config, including the resource type, ID, and (if available) the custom resource name.
This is a convenience method that creates an instance of theResourceIdentifier.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.
resourceIdentifiers - a consumer that will call methods on
ResourceIdentifier.Builder#resourceIdentifiers(java.util.Collection) ListDiscoveredResourcesResponse.Builder nextToken(String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
nextToken - The string that you use in a subsequent request to get the next page of results in a paginated
response.Copyright © 2023. All rights reserved.