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
Modifier and TypeMethodDescriptionA list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.tapeARNs(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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayResponse.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
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
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.
 
 
 -