public static interface GetInfrastructureConfigurationResponse.Builder extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<GetInfrastructureConfigurationResponse.Builder,GetInfrastructureConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetInfrastructureConfigurationResponse.Builder |
infrastructureConfiguration(Consumer<InfrastructureConfiguration.Builder> infrastructureConfiguration)
The infrastructure configuration object.
|
GetInfrastructureConfigurationResponse.Builder |
infrastructureConfiguration(InfrastructureConfiguration infrastructureConfiguration)
The infrastructure configuration object.
|
GetInfrastructureConfigurationResponse.Builder |
requestId(String requestIdValue)
The request ID that uniquely identifies this request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetInfrastructureConfigurationResponse.Builder requestId(String requestIdValue)
The request ID that uniquely identifies this request.
requestIdValue - The request ID that uniquely identifies this request.GetInfrastructureConfigurationResponse.Builder infrastructureConfiguration(InfrastructureConfiguration infrastructureConfiguration)
The infrastructure configuration object.
infrastructureConfiguration - The infrastructure configuration object.default GetInfrastructureConfigurationResponse.Builder infrastructureConfiguration(Consumer<InfrastructureConfiguration.Builder> infrastructureConfiguration)
The infrastructure configuration object.
This is a convenience that creates an instance of theInfrastructureConfiguration.Builder avoiding
the need to create one manually via InfrastructureConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to infrastructureConfiguration(InfrastructureConfiguration).infrastructureConfiguration - a consumer that will call methods on InfrastructureConfiguration.BuilderinfrastructureConfiguration(InfrastructureConfiguration)Copyright © 2021. All rights reserved.