Interface ListInfrastructureConfigurationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListInfrastructureConfigurationsResponse.Builder,ListInfrastructureConfigurationsResponse>,ImagebuilderResponse.Builder,SdkBuilder<ListInfrastructureConfigurationsResponse.Builder,ListInfrastructureConfigurationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListInfrastructureConfigurationsResponse
public static interface ListInfrastructureConfigurationsResponse.Builder extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<ListInfrastructureConfigurationsResponse.Builder,ListInfrastructureConfigurationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListInfrastructureConfigurationsResponse.BuilderinfrastructureConfigurationSummaryList(Collection<InfrastructureConfigurationSummary> infrastructureConfigurationSummaryList)The list of infrastructure configurations.ListInfrastructureConfigurationsResponse.BuilderinfrastructureConfigurationSummaryList(Consumer<InfrastructureConfigurationSummary.Builder>... infrastructureConfigurationSummaryList)The list of infrastructure configurations.ListInfrastructureConfigurationsResponse.BuilderinfrastructureConfigurationSummaryList(InfrastructureConfigurationSummary... infrastructureConfigurationSummaryList)The list of infrastructure configurations.ListInfrastructureConfigurationsResponse.BuildernextToken(String nextToken)The next token used for paginated responses.ListInfrastructureConfigurationsResponse.BuilderrequestId(String requestIdValue)The request ID that uniquely identifies this request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.imagebuilder.model.ImagebuilderResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
requestId
ListInfrastructureConfigurationsResponse.Builder requestId(String requestIdValue)
The request ID that uniquely identifies this request.
- Parameters:
requestIdValue- The request ID that uniquely identifies this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
infrastructureConfigurationSummaryList
ListInfrastructureConfigurationsResponse.Builder infrastructureConfigurationSummaryList(Collection<InfrastructureConfigurationSummary> infrastructureConfigurationSummaryList)
The list of infrastructure configurations.
- Parameters:
infrastructureConfigurationSummaryList- The list of infrastructure configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
infrastructureConfigurationSummaryList
ListInfrastructureConfigurationsResponse.Builder infrastructureConfigurationSummaryList(InfrastructureConfigurationSummary... infrastructureConfigurationSummaryList)
The list of infrastructure configurations.
- Parameters:
infrastructureConfigurationSummaryList- The list of infrastructure configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
infrastructureConfigurationSummaryList
ListInfrastructureConfigurationsResponse.Builder infrastructureConfigurationSummaryList(Consumer<InfrastructureConfigurationSummary.Builder>... infrastructureConfigurationSummaryList)
The list of infrastructure configurations.
This is a convenience method that creates an instance of theInfrastructureConfigurationSummary.Builderavoiding the need to create one manually viaInfrastructureConfigurationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#infrastructureConfigurationSummaryList(List.) - Parameters:
infrastructureConfigurationSummaryList- a consumer that will call methods onInfrastructureConfigurationSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#infrastructureConfigurationSummaryList(java.util.Collection)
-
nextToken
ListInfrastructureConfigurationsResponse.Builder nextToken(String nextToken)
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
- Parameters:
nextToken- The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-