Interface CreateMountTargetRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateMountTargetRequest.Builder,,CreateMountTargetRequest> S3FilesRequest.Builder,SdkBuilder<CreateMountTargetRequest.Builder,,CreateMountTargetRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateMountTargetRequest
-
Method Summary
Modifier and TypeMethodDescriptionfileSystemId(String fileSystemId) The ID or Amazon Resource Name (ARN) of the S3 File System to create the mount target for.ipAddressType(String ipAddressType) The IP address type for the mount target.ipAddressType(IpAddressType ipAddressType) The IP address type for the mount target.ipv4Address(String ipv4Address) A specific IPv4 address to assign to the mount target.ipv6Address(String ipv6Address) A specific IPv6 address to assign to the mount target.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.securityGroups(String... securityGroups) An array of VPC security group IDs to associate with the mount target's network interface.securityGroups(Collection<String> securityGroups) An array of VPC security group IDs to associate with the mount target's network interface.The ID of the subnet where the mount target will be created.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.s3files.model.S3FilesRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
fileSystemId
The ID or Amazon Resource Name (ARN) of the S3 File System to create the mount target for.
- Parameters:
fileSystemId- The ID or Amazon Resource Name (ARN) of the S3 File System to create the mount target for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetId
The ID of the subnet where the mount target will be created. The subnet must be in the same Amazon Web Services Region as the file system. For file systems with regional availability, you can create mount targets in any subnet within the Region. The subnet determines the Availability Zone where the mount target will be located.
- Parameters:
subnetId- The ID of the subnet where the mount target will be created. The subnet must be in the same Amazon Web Services Region as the file system. For file systems with regional availability, you can create mount targets in any subnet within the Region. The subnet determines the Availability Zone where the mount target will be located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv4Address
A specific IPv4 address to assign to the mount target. If not specified and the IP address type supports IPv4, an address is automatically assigned from the subnet's available IPv4 address range. The address must be within the subnet's CIDR block and not already in use.
- Parameters:
ipv4Address- A specific IPv4 address to assign to the mount target. If not specified and the IP address type supports IPv4, an address is automatically assigned from the subnet's available IPv4 address range. The address must be within the subnet's CIDR block and not already in use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv6Address
A specific IPv6 address to assign to the mount target. If not specified and the IP address type supports IPv6, an address is automatically assigned from the subnet's available IPv6 address range. The address must be within the subnet's IPv6 CIDR block and not already in use.
- Parameters:
ipv6Address- A specific IPv6 address to assign to the mount target. If not specified and the IP address type supports IPv6, an address is automatically assigned from the subnet's available IPv6 address range. The address must be within the subnet's IPv6 CIDR block and not already in use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAddressType
The IP address type for the mount target. If not specified,
IPV4_ONLYis used. The IP address type must match the IP configuration of the specified subnet.- Parameters:
ipAddressType- The IP address type for the mount target. If not specified,IPV4_ONLYis used. The IP address type must match the IP configuration of the specified subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ipAddressType
The IP address type for the mount target. If not specified,
IPV4_ONLYis used. The IP address type must match the IP configuration of the specified subnet.- Parameters:
ipAddressType- The IP address type for the mount target. If not specified,IPV4_ONLYis used. The IP address type must match the IP configuration of the specified subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
securityGroups
An array of VPC security group IDs to associate with the mount target's network interface. These security groups control network access to the mount target. If not specified, the default security group for the subnet's VPC is used. All security groups must belong to the same VPC as the subnet.
- Parameters:
securityGroups- An array of VPC security group IDs to associate with the mount target's network interface. These security groups control network access to the mount target. If not specified, the default security group for the subnet's VPC is used. All security groups must belong to the same VPC as the subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroups
An array of VPC security group IDs to associate with the mount target's network interface. These security groups control network access to the mount target. If not specified, the default security group for the subnet's VPC is used. All security groups must belong to the same VPC as the subnet.
- Parameters:
securityGroups- An array of VPC security group IDs to associate with the mount target's network interface. These security groups control network access to the mount target. If not specified, the default security group for the subnet's VPC is used. All security groups must belong to the same VPC as the subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateMountTargetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateMountTargetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-