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