public static interface ListEnvironmentsResponse.Builder extends MigrationHubRefactorSpacesResponse.Builder, SdkPojo, CopyableBuilder<ListEnvironmentsResponse.Builder,ListEnvironmentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentsResponse.Builder |
environmentSummaryList(Collection<EnvironmentSummary> environmentSummaryList)
The list of
EnvironmentSummary objects. |
ListEnvironmentsResponse.Builder |
environmentSummaryList(Consumer<EnvironmentSummary.Builder>... environmentSummaryList)
The list of
EnvironmentSummary objects. |
ListEnvironmentsResponse.Builder |
environmentSummaryList(EnvironmentSummary... environmentSummaryList)
The list of
EnvironmentSummary objects. |
ListEnvironmentsResponse.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEnvironmentsResponse.Builder environmentSummaryList(Collection<EnvironmentSummary> environmentSummaryList)
The list of EnvironmentSummary objects.
environmentSummaryList - The list of EnvironmentSummary objects.ListEnvironmentsResponse.Builder environmentSummaryList(EnvironmentSummary... environmentSummaryList)
The list of EnvironmentSummary objects.
environmentSummaryList - The list of EnvironmentSummary objects.ListEnvironmentsResponse.Builder environmentSummaryList(Consumer<EnvironmentSummary.Builder>... environmentSummaryList)
The list of EnvironmentSummary objects.
EnvironmentSummary.Builder avoiding
the need to create one manually via
EnvironmentSummary.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #environmentSummaryList(List.
environmentSummaryList - a consumer that will call methods on
EnvironmentSummary.Builder#environmentSummaryList(java.util.Collection) ListEnvironmentsResponse.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.Copyright © 2023. All rights reserved.