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