Interface CreateLocationFsxOpenZfsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateLocationFsxOpenZfsRequest.Builder,CreateLocationFsxOpenZfsRequest>,DataSyncRequest.Builder,SdkBuilder<CreateLocationFsxOpenZfsRequest.Builder,CreateLocationFsxOpenZfsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateLocationFsxOpenZfsRequest
public static interface CreateLocationFsxOpenZfsRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<CreateLocationFsxOpenZfsRequest.Builder,CreateLocationFsxOpenZfsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateLocationFsxOpenZfsRequest.BuilderfsxFilesystemArn(String fsxFilesystemArn)The Amazon Resource Name (ARN) of the FSx for OpenZFS file system.CreateLocationFsxOpenZfsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateLocationFsxOpenZfsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default CreateLocationFsxOpenZfsRequest.Builderprotocol(Consumer<FsxProtocol.Builder> protocol)The type of protocol that DataSync uses to access your file system.CreateLocationFsxOpenZfsRequest.Builderprotocol(FsxProtocol protocol)The type of protocol that DataSync uses to access your file system.CreateLocationFsxOpenZfsRequest.BuildersecurityGroupArns(String... securityGroupArns)The ARNs of the security groups that are used to configure the FSx for OpenZFS file system.CreateLocationFsxOpenZfsRequest.BuildersecurityGroupArns(Collection<String> securityGroupArns)The ARNs of the security groups that are used to configure the FSx for OpenZFS file system.CreateLocationFsxOpenZfsRequest.Buildersubdirectory(String subdirectory)A subdirectory in the location's path that must begin with/fsx.CreateLocationFsxOpenZfsRequest.Buildertags(Collection<TagListEntry> tags)The key-value pair that represents a tag that you want to add to the resource.CreateLocationFsxOpenZfsRequest.Buildertags(Consumer<TagListEntry.Builder>... tags)The key-value pair that represents a tag that you want to add to the resource.CreateLocationFsxOpenZfsRequest.Buildertags(TagListEntry... tags)The key-value pair that represents a tag that you want to add to the resource.-
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, sdkFields
-
-
-
-
Method Detail
-
fsxFilesystemArn
CreateLocationFsxOpenZfsRequest.Builder fsxFilesystemArn(String fsxFilesystemArn)
The Amazon Resource Name (ARN) of the FSx for OpenZFS file system.
- Parameters:
fsxFilesystemArn- The Amazon Resource Name (ARN) of the FSx for OpenZFS file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocol
CreateLocationFsxOpenZfsRequest.Builder protocol(FsxProtocol protocol)
The type of protocol that DataSync uses to access your file system.
- Parameters:
protocol- The type of protocol that DataSync uses to access your file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocol
default CreateLocationFsxOpenZfsRequest.Builder protocol(Consumer<FsxProtocol.Builder> protocol)
The type of protocol that DataSync uses to access your file system.
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)
-
securityGroupArns
CreateLocationFsxOpenZfsRequest.Builder securityGroupArns(Collection<String> securityGroupArns)
The ARNs of the security groups that are used to configure the FSx for OpenZFS file system.
- Parameters:
securityGroupArns- The ARNs of the security groups that are used to configure the FSx for OpenZFS file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupArns
CreateLocationFsxOpenZfsRequest.Builder securityGroupArns(String... securityGroupArns)
The ARNs of the security groups that are used to configure the FSx for OpenZFS file system.
- Parameters:
securityGroupArns- The ARNs of the security groups that are used to configure the FSx for OpenZFS file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subdirectory
CreateLocationFsxOpenZfsRequest.Builder subdirectory(String subdirectory)
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- 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.
-
tags
CreateLocationFsxOpenZfsRequest.Builder tags(Collection<TagListEntry> tags)
The key-value pair that represents a tag that you want to add to the resource. The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.
- Parameters:
tags- The key-value pair that represents a tag that you want to add to the resource. The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateLocationFsxOpenZfsRequest.Builder tags(TagListEntry... tags)
The key-value pair that represents a tag that you want to add to the resource. The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.
- Parameters:
tags- The key-value pair that represents a tag that you want to add to the resource. The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateLocationFsxOpenZfsRequest.Builder tags(Consumer<TagListEntry.Builder>... tags)
The key-value pair that represents a tag that you want to add to the resource. The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.
This is a convenience method that creates an instance of theTagListEntry.Builderavoiding the need to create one manually viaTagListEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTagListEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
CreateLocationFsxOpenZfsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateLocationFsxOpenZfsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-