Interface AwsS3AccessPointVpcConfigurationDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsS3AccessPointVpcConfigurationDetails.Builder,AwsS3AccessPointVpcConfigurationDetails>,SdkBuilder<AwsS3AccessPointVpcConfigurationDetails.Builder,AwsS3AccessPointVpcConfigurationDetails>,SdkPojo
- Enclosing class:
- AwsS3AccessPointVpcConfigurationDetails
public static interface AwsS3AccessPointVpcConfigurationDetails.Builder extends SdkPojo, CopyableBuilder<AwsS3AccessPointVpcConfigurationDetails.Builder,AwsS3AccessPointVpcConfigurationDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsS3AccessPointVpcConfigurationDetails.BuildervpcId(String vpcId)If this field is specified, this access point will only allow connections from the specified VPC ID.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
vpcId
AwsS3AccessPointVpcConfigurationDetails.Builder vpcId(String vpcId)
If this field is specified, this access point will only allow connections from the specified VPC ID.
- Parameters:
vpcId- If this field is specified, this access point will only allow connections from the specified VPC ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-