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