CopyableBuilder<ImportDocumentationPartsResponse.Builder,ImportDocumentationPartsResponse>
, SdkBuilder<ImportDocumentationPartsResponse.Builder,ImportDocumentationPartsResponse>
public static interface ImportDocumentationPartsResponse.Builder extends CopyableBuilder<ImportDocumentationPartsResponse.Builder,ImportDocumentationPartsResponse>
Modifier and Type | Method | Description |
---|---|---|
ImportDocumentationPartsResponse.Builder |
ids(String... ids) |
A list of the returned documentation part identifiers.
|
ImportDocumentationPartsResponse.Builder |
ids(Collection<String> ids) |
A list of the returned documentation part identifiers.
|
ImportDocumentationPartsResponse.Builder |
warnings(String... warnings) |
A list of warning messages reported during import of documentation parts.
|
ImportDocumentationPartsResponse.Builder |
warnings(Collection<String> warnings) |
A list of warning messages reported during import of documentation parts.
|
copy
apply, build
ImportDocumentationPartsResponse.Builder ids(Collection<String> ids)
A list of the returned documentation part identifiers.
ids
- A list of the returned documentation part identifiers.ImportDocumentationPartsResponse.Builder ids(String... ids)
A list of the returned documentation part identifiers.
NOTE: This method appends the values to the existing list (if any). Use
#setIds(java.util.Collection)
or #withIds(java.util.Collection)
if you want to override the
existing values.
ids
- A list of the returned documentation part identifiers.ImportDocumentationPartsResponse.Builder warnings(Collection<String> warnings)
A list of warning messages reported during import of documentation parts.
warnings
- A list of warning messages reported during import of documentation parts.ImportDocumentationPartsResponse.Builder warnings(String... warnings)
A list of warning messages reported during import of documentation parts.
NOTE: This method appends the values to the existing list (if any). Use
#setWarnings(java.util.Collection)
or #withWarnings(java.util.Collection)
if you want to
override the existing values.
warnings
- A list of warning messages reported during import of documentation parts.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.