Interface CreateTapesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateTapesResponse.Builder,CreateTapesResponse>,SdkBuilder<CreateTapesResponse.Builder,CreateTapesResponse>,SdkPojo,SdkResponse.Builder,StorageGatewayResponse.Builder
- Enclosing class:
- CreateTapesResponse
public static interface CreateTapesResponse.Builder extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<CreateTapesResponse.Builder,CreateTapesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateTapesResponse.BuildertapeARNs(String... tapeARNs)A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.CreateTapesResponse.BuildertapeARNs(Collection<String> tapeARNs)A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
Methods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
tapeARNs
CreateTapesResponse.Builder tapeARNs(Collection<String> tapeARNs)
A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.
- Parameters:
tapeARNs- A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tapeARNs
CreateTapesResponse.Builder tapeARNs(String... tapeARNs)
A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.
- Parameters:
tapeARNs- A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-