Interface DescribedWebAppEndpointDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DescribedWebAppEndpointDetails.Builder,,DescribedWebAppEndpointDetails> SdkBuilder<DescribedWebAppEndpointDetails.Builder,,DescribedWebAppEndpointDetails> SdkPojo
- Enclosing class:
DescribedWebAppEndpointDetails
@Mutable
@NotThreadSafe
public static interface DescribedWebAppEndpointDetails.Builder
extends SdkPojo, CopyableBuilder<DescribedWebAppEndpointDetails.Builder,DescribedWebAppEndpointDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe VPC configuration details when the web app endpoint is hosted within a VPC.The VPC configuration details when the web app endpoint is hosted within a VPC.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
-
vpc
The VPC configuration details when the web app endpoint is hosted within a VPC. This includes the VPC ID, subnet IDs, and VPC endpoint ID.
- Parameters:
vpc- The VPC configuration details when the web app endpoint is hosted within a VPC. This includes the VPC ID, subnet IDs, and VPC endpoint ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpc
The VPC configuration details when the web app endpoint is hosted within a VPC. This includes the VPC ID, subnet IDs, and VPC endpoint ID.
This is a convenience method that creates an instance of theDescribedWebAppVpcConfig.Builderavoiding the need to create one manually viaDescribedWebAppVpcConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovpc(DescribedWebAppVpcConfig).- Parameters:
vpc- a consumer that will call methods onDescribedWebAppVpcConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-