public static interface ImportDocumentationPartsResponse.Builder extends ApiGatewayResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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.
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.