CopyableBuilder<CreateTapesResponse.Builder,CreateTapesResponse>
, SdkBuilder<CreateTapesResponse.Builder,CreateTapesResponse>
public static interface CreateTapesResponse.Builder extends CopyableBuilder<CreateTapesResponse.Builder,CreateTapesResponse>
Modifier and Type | Method | Description |
---|---|---|
CreateTapesResponse.Builder |
tapeARNs(String... tapeARNs) |
A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.
|
CreateTapesResponse.Builder |
tapeARNs(Collection<String> tapeARNs) |
A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.
|
copy
apply, build
CreateTapesResponse.Builder tapeARNs(Collection<String> tapeARNs)
A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.
tapeARNs
- A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.CreateTapesResponse.Builder tapeARNs(String... tapeARNs)
A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.
NOTE: This method appends the values to the existing list (if any). Use
#setTapeARNs(java.util.Collection)
or #withTapeARNs(java.util.Collection)
if you want to
override the existing values.
tapeARNs
- A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.