Interface UpdateMountTargetRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateMountTargetRequest.Builder,,UpdateMountTargetRequest> S3FilesRequest.Builder,SdkBuilder<UpdateMountTargetRequest.Builder,,UpdateMountTargetRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateMountTargetRequest
@Mutable
@NotThreadSafe
public static interface UpdateMountTargetRequest.Builder
extends S3FilesRequest.Builder, SdkPojo, CopyableBuilder<UpdateMountTargetRequest.Builder,UpdateMountTargetRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmountTargetId(String mountTargetId) The ID of the mount target to update.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.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
-
mountTargetId
The ID of the mount target to update.
- Parameters:
mountTargetId- The ID of the mount target to update.- 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. This replaces the existing security groups. All security groups must belong to the same VPC as the mount target's subnet.
- Parameters:
securityGroups- An array of VPC security group IDs to associate with the mount target's network interface. This replaces the existing security groups. All security groups must belong to the same VPC as the mount target's 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. This replaces the existing security groups. All security groups must belong to the same VPC as the mount target's subnet.
- Parameters:
securityGroups- An array of VPC security group IDs to associate with the mount target's network interface. This replaces the existing security groups. All security groups must belong to the same VPC as the mount target's subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateMountTargetRequest.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
UpdateMountTargetRequest.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.
-