public static interface ImportDocumentationPartsResponse.Builder extends APIGatewayResponse.Builder, CopyableBuilder<ImportDocumentationPartsResponse.Builder,ImportDocumentationPartsResponse>
| Modifier and Type | Method and Description |
|---|---|
ImportDocumentationPartsResponse.Builder |
ids(Collection<String> ids)
A list of the returned documentation part identifiers.
|
ImportDocumentationPartsResponse.Builder |
ids(String... 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.
|
ImportDocumentationPartsResponse.Builder |
warnings(String... warnings)
A list of warning messages reported during import of documentation parts.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildImportDocumentationPartsResponse.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.
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.
warnings - A list of warning messages reported during import of documentation parts.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.