public static interface ListInfrastructureConfigurationsResponse.Builder extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<ListInfrastructureConfigurationsResponse.Builder,ListInfrastructureConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListInfrastructureConfigurationsResponse.Builder |
infrastructureConfigurationSummaryList(Collection<InfrastructureConfigurationSummary> infrastructureConfigurationSummaryList)
The list of infrastructure configurations.
|
ListInfrastructureConfigurationsResponse.Builder |
infrastructureConfigurationSummaryList(Consumer<InfrastructureConfigurationSummary.Builder>... infrastructureConfigurationSummaryList)
The list of infrastructure configurations.
|
ListInfrastructureConfigurationsResponse.Builder |
infrastructureConfigurationSummaryList(InfrastructureConfigurationSummary... infrastructureConfigurationSummaryList)
The list of infrastructure configurations.
|
ListInfrastructureConfigurationsResponse.Builder |
nextToken(String nextToken)
The next token used for paginated responses.
|
ListInfrastructureConfigurationsResponse.Builder |
requestId(String requestIdValue)
The request ID that uniquely identifies this request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListInfrastructureConfigurationsResponse.Builder requestId(String requestIdValue)
The request ID that uniquely identifies this request.
requestIdValue - The request ID that uniquely identifies this request.ListInfrastructureConfigurationsResponse.Builder infrastructureConfigurationSummaryList(Collection<InfrastructureConfigurationSummary> infrastructureConfigurationSummaryList)
The list of infrastructure configurations.
infrastructureConfigurationSummaryList - The list of infrastructure configurations.ListInfrastructureConfigurationsResponse.Builder infrastructureConfigurationSummaryList(InfrastructureConfigurationSummary... infrastructureConfigurationSummaryList)
The list of infrastructure configurations.
infrastructureConfigurationSummaryList - The list of infrastructure configurations.ListInfrastructureConfigurationsResponse.Builder infrastructureConfigurationSummaryList(Consumer<InfrastructureConfigurationSummary.Builder>... infrastructureConfigurationSummaryList)
The list of infrastructure configurations.
This is a convenience method that creates an instance of theInfrastructureConfigurationSummary.Builder
avoiding the need to create one manually via
InfrastructureConfigurationSummary.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #infrastructureConfigurationSummaryList(List.
infrastructureConfigurationSummaryList - a consumer that will call methods on
InfrastructureConfigurationSummary.Builder#infrastructureConfigurationSummaryList(java.util.Collection) ListInfrastructureConfigurationsResponse.Builder nextToken(String nextToken)
The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
nextToken - The next token used for paginated responses. When this is not empty, there are additional elements
that the service has not included in this request. Use this token with the next request to retrieve
additional objects.Copyright © 2023. All rights reserved.