Interface UpdateMountTargetRequest.Builder

  • Method Details

    • mountTargetId

      UpdateMountTargetRequest.Builder mountTargetId(String 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

      UpdateMountTargetRequest.Builder securityGroups(Collection<String> 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

      UpdateMountTargetRequest.Builder securityGroups(String... 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.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.