public static interface CreateLocationFsxLustreRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<CreateLocationFsxLustreRequest.Builder,CreateLocationFsxLustreRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateLocationFsxLustreRequest.Builder |
fsxFilesystemArn(String fsxFilesystemArn)
The Amazon Resource Name (ARN) for the FSx for Lustre file system.
|
CreateLocationFsxLustreRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLocationFsxLustreRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateLocationFsxLustreRequest.Builder |
securityGroupArns(Collection<String> securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Lustre file
system.
|
CreateLocationFsxLustreRequest.Builder |
securityGroupArns(String... securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Lustre file
system.
|
CreateLocationFsxLustreRequest.Builder |
subdirectory(String subdirectory)
A subdirectory in the location's path.
|
CreateLocationFsxLustreRequest.Builder |
tags(Collection<TagListEntry> tags)
The key-value pair that represents a tag that you want to add to the resource.
|
CreateLocationFsxLustreRequest.Builder |
tags(Consumer<TagListEntry.Builder>... tags)
The key-value pair that represents a tag that you want to add to the resource.
|
CreateLocationFsxLustreRequest.Builder |
tags(TagListEntry... tags)
The key-value pair that represents a tag that you want to add to the resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLocationFsxLustreRequest.Builder fsxFilesystemArn(String fsxFilesystemArn)
The Amazon Resource Name (ARN) for the FSx for Lustre file system.
fsxFilesystemArn - The Amazon Resource Name (ARN) for the FSx for Lustre file system.CreateLocationFsxLustreRequest.Builder securityGroupArns(Collection<String> securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Lustre file system.
securityGroupArns - The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Lustre
file system.CreateLocationFsxLustreRequest.Builder securityGroupArns(String... securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Lustre file system.
securityGroupArns - The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Lustre
file system.CreateLocationFsxLustreRequest.Builder subdirectory(String subdirectory)
A subdirectory in the location's path. This subdirectory in the FSx for Lustre file system is used to read data from the FSx for Lustre source location or write data to the FSx for Lustre destination.
subdirectory - A subdirectory in the location's path. This subdirectory in the FSx for Lustre file system is used to
read data from the FSx for Lustre source location or write data to the FSx for Lustre destination.CreateLocationFsxLustreRequest.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.
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.CreateLocationFsxLustreRequest.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.
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.CreateLocationFsxLustreRequest.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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateLocationFsxLustreRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateLocationFsxLustreRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.