Interface CreateLocationAzureBlobResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateLocationAzureBlobResponse.Builder,,- CreateLocationAzureBlobResponse> - DataSyncResponse.Builder,- SdkBuilder<CreateLocationAzureBlobResponse.Builder,,- CreateLocationAzureBlobResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateLocationAzureBlobResponse
@Mutable
@NotThreadSafe
public static interface CreateLocationAzureBlobResponse.Builder
extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<CreateLocationAzureBlobResponse.Builder,CreateLocationAzureBlobResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionlocationArn(String locationArn) The ARN of the Azure Blob Storage transfer location that you created.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.datasync.model.DataSyncResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
locationArnThe ARN of the Azure Blob Storage transfer location that you created. - Parameters:
- locationArn- The ARN of the Azure Blob Storage transfer location that you created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-