Interface RunConfigurationsResponse.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RunConfigurationsResponse.Builder,,RunConfigurationsResponse> SdkBuilder<RunConfigurationsResponse.Builder,,RunConfigurationsResponse> SdkPojo
- Enclosing class:
RunConfigurationsResponse
@Mutable
@NotThreadSafe
public static interface RunConfigurationsResponse.Builder
extends SdkPojo, CopyableBuilder<RunConfigurationsResponse.Builder,RunConfigurationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionvpcConfig(Consumer<VpcConfigResponse.Builder> vpcConfig) VPC configuration for workflow runs with computed VPC ID.vpcConfig(VpcConfigResponse vpcConfig) VPC configuration for workflow runs with computed VPC ID.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
vpcConfig
VPC configuration for workflow runs with computed VPC ID.
- Parameters:
vpcConfig- VPC configuration for workflow runs with computed VPC ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcConfig
VPC configuration for workflow runs with computed VPC ID.
This is a convenience method that creates an instance of theVpcConfigResponse.Builderavoiding the need to create one manually viaVpcConfigResponse.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovpcConfig(VpcConfigResponse).- Parameters:
vpcConfig- a consumer that will call methods onVpcConfigResponse.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-