Interface CreateLocationFsxLustreRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateLocationFsxLustreRequest.Builder,CreateLocationFsxLustreRequest>,DataSyncRequest.Builder,SdkBuilder<CreateLocationFsxLustreRequest.Builder,CreateLocationFsxLustreRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateLocationFsxLustreRequest
public static interface CreateLocationFsxLustreRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<CreateLocationFsxLustreRequest.Builder,CreateLocationFsxLustreRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateLocationFsxLustreRequest.BuilderfsxFilesystemArn(String fsxFilesystemArn)Specifies the Amazon Resource Name (ARN) of the FSx for Lustre file system.CreateLocationFsxLustreRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateLocationFsxLustreRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateLocationFsxLustreRequest.BuildersecurityGroupArns(String... securityGroupArns)Specifies the Amazon Resource Names (ARNs) of up to five security groups that provide access to your FSx for Lustre file system.CreateLocationFsxLustreRequest.BuildersecurityGroupArns(Collection<String> securityGroupArns)Specifies the Amazon Resource Names (ARNs) of up to five security groups that provide access to your FSx for Lustre file system.CreateLocationFsxLustreRequest.Buildersubdirectory(String subdirectory)Specifies a mount path for your FSx for Lustre file system.CreateLocationFsxLustreRequest.Buildertags(Collection<TagListEntry> tags)Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.CreateLocationFsxLustreRequest.Buildertags(Consumer<TagListEntry.Builder>... tags)Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.CreateLocationFsxLustreRequest.Buildertags(TagListEntry... tags)Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.-
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
-
fsxFilesystemArn
CreateLocationFsxLustreRequest.Builder fsxFilesystemArn(String fsxFilesystemArn)
Specifies the Amazon Resource Name (ARN) of the FSx for Lustre file system.
- Parameters:
fsxFilesystemArn- Specifies the Amazon Resource Name (ARN) of the FSx for Lustre file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupArns
CreateLocationFsxLustreRequest.Builder securityGroupArns(Collection<String> securityGroupArns)
Specifies the Amazon Resource Names (ARNs) of up to five security groups that provide access to your FSx for Lustre file system.
The security groups must be able to access the file system's ports. The file system must also allow access from the security groups. For information about file system access, see the Amazon FSx for Lustre User Guide .
- Parameters:
securityGroupArns- Specifies the Amazon Resource Names (ARNs) of up to five security groups that provide access to your FSx for Lustre file system.The security groups must be able to access the file system's ports. The file system must also allow access from the security groups. For information about file system access, see the Amazon FSx for Lustre User Guide .
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupArns
CreateLocationFsxLustreRequest.Builder securityGroupArns(String... securityGroupArns)
Specifies the Amazon Resource Names (ARNs) of up to five security groups that provide access to your FSx for Lustre file system.
The security groups must be able to access the file system's ports. The file system must also allow access from the security groups. For information about file system access, see the Amazon FSx for Lustre User Guide .
- Parameters:
securityGroupArns- Specifies the Amazon Resource Names (ARNs) of up to five security groups that provide access to your FSx for Lustre file system.The security groups must be able to access the file system's ports. The file system must also allow access from the security groups. For information about file system access, see the Amazon FSx for Lustre User Guide .
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subdirectory
CreateLocationFsxLustreRequest.Builder subdirectory(String subdirectory)
Specifies a mount path for your FSx for Lustre file system. The path can include subdirectories.
When the location is used as a source, DataSync reads data from the mount path. When the location is used as a destination, DataSync writes data to the mount path. If you don't include this parameter, DataSync uses the file system's root directory (
/).- Parameters:
subdirectory- Specifies a mount path for your FSx for Lustre file system. The path can include subdirectories.When the location is used as a source, DataSync reads data from the mount path. When the location is used as a destination, DataSync writes data to the mount path. If you don't include this parameter, DataSync uses the file system's root directory (
/).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateLocationFsxLustreRequest.Builder tags(Collection<TagListEntry> tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your location.
- Parameters:
tags- Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateLocationFsxLustreRequest.Builder tags(TagListEntry... tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your location.
- Parameters:
tags- Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateLocationFsxLustreRequest.Builder tags(Consumer<TagListEntry.Builder>... tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least 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
CreateLocationFsxLustreRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateLocationFsxLustreRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-