Interface UpdateLocationFsxOpenZfsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateLocationFsxOpenZfsRequest.Builder,UpdateLocationFsxOpenZfsRequest>,DataSyncRequest.Builder,SdkBuilder<UpdateLocationFsxOpenZfsRequest.Builder,UpdateLocationFsxOpenZfsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateLocationFsxOpenZfsRequest
public static interface UpdateLocationFsxOpenZfsRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<UpdateLocationFsxOpenZfsRequest.Builder,UpdateLocationFsxOpenZfsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateLocationFsxOpenZfsRequest.BuilderlocationArn(String locationArn)Specifies the Amazon Resource Name (ARN) of the FSx for OpenZFS transfer location that you're updating.UpdateLocationFsxOpenZfsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateLocationFsxOpenZfsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdateLocationFsxOpenZfsRequest.Builderprotocol(Consumer<FsxProtocol.Builder> protocol)Sets the value of the Protocol property for this object.UpdateLocationFsxOpenZfsRequest.Builderprotocol(FsxProtocol protocol)Sets the value of the Protocol property for this object.UpdateLocationFsxOpenZfsRequest.Buildersubdirectory(String subdirectory)Specifies a subdirectory in the location's path that must begin with/fsx.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datasync.model.DataSyncRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
locationArn
UpdateLocationFsxOpenZfsRequest.Builder locationArn(String locationArn)
Specifies the Amazon Resource Name (ARN) of the FSx for OpenZFS transfer location that you're updating.
- Parameters:
locationArn- Specifies the Amazon Resource Name (ARN) of the FSx for OpenZFS transfer location that you're updating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocol
UpdateLocationFsxOpenZfsRequest.Builder protocol(FsxProtocol protocol)
Sets the value of the Protocol property for this object.- Parameters:
protocol- The new value for the Protocol property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocol
default UpdateLocationFsxOpenZfsRequest.Builder protocol(Consumer<FsxProtocol.Builder> protocol)
Sets the value of the Protocol property for this object. This is a convenience method that creates an instance of theFsxProtocol.Builderavoiding the need to create one manually viaFsxProtocol.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprotocol(FsxProtocol).- Parameters:
protocol- a consumer that will call methods onFsxProtocol.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
protocol(FsxProtocol)
-
subdirectory
UpdateLocationFsxOpenZfsRequest.Builder subdirectory(String subdirectory)
Specifies a subdirectory in the location's path that must begin with
/fsx. DataSync uses this subdirectory to read or write data (depending on whether the file system is a source or destination location).- Parameters:
subdirectory- Specifies a subdirectory in the location's path that must begin with/fsx. DataSync uses this subdirectory to read or write data (depending on whether the file system is a source or destination location).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateLocationFsxOpenZfsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateLocationFsxOpenZfsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-