Interface AddStorageSystemResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AddStorageSystemResponse.Builder,AddStorageSystemResponse>,DataSyncResponse.Builder,SdkBuilder<AddStorageSystemResponse.Builder,AddStorageSystemResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- AddStorageSystemResponse
public static interface AddStorageSystemResponse.Builder extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<AddStorageSystemResponse.Builder,AddStorageSystemResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddStorageSystemResponse.BuilderstorageSystemArn(String storageSystemArn)The ARN of the on-premises storage system that you can use with DataSync Discovery.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datasync.model.DataSyncResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
storageSystemArn
AddStorageSystemResponse.Builder storageSystemArn(String storageSystemArn)
The ARN of the on-premises storage system that you can use with DataSync Discovery.
- Parameters:
storageSystemArn- The ARN of the on-premises storage system that you can use with DataSync Discovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-