Interface CreateLocationFsxOntapResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateLocationFsxOntapResponse.Builder,CreateLocationFsxOntapResponse>,DataSyncResponse.Builder,SdkBuilder<CreateLocationFsxOntapResponse.Builder,CreateLocationFsxOntapResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateLocationFsxOntapResponse
public static interface CreateLocationFsxOntapResponse.Builder extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<CreateLocationFsxOntapResponse.Builder,CreateLocationFsxOntapResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateLocationFsxOntapResponse.BuilderlocationArn(String locationArn)Specifies the ARN of the FSx for ONTAP file system location that you create.-
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
-
locationArn
CreateLocationFsxOntapResponse.Builder locationArn(String locationArn)
Specifies the ARN of the FSx for ONTAP file system location that you create.
- Parameters:
locationArn- Specifies the ARN of the FSx for ONTAP file system location that you create.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-