Interface CreateLocationFsxLustreResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CreateLocationFsxLustreResponse.Builder,,CreateLocationFsxLustreResponse> DataSyncResponse.Builder,SdkBuilder<CreateLocationFsxLustreResponse.Builder,,CreateLocationFsxLustreResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateLocationFsxLustreResponse
public static interface CreateLocationFsxLustreResponse.Builder
extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<CreateLocationFsxLustreResponse.Builder,CreateLocationFsxLustreResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionlocationArn(String locationArn) The Amazon Resource Name (ARN) of the FSx for Lustre file system location that you created.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.datasync.model.DataSyncResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
locationArn
The Amazon Resource Name (ARN) of the FSx for Lustre file system location that you created.
- Parameters:
 locationArn- The Amazon Resource Name (ARN) of the FSx for Lustre file system location that you created.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -