public static interface ListPageResolutionsResponse.Builder extends SsmContactsResponse.Builder, SdkPojo, CopyableBuilder<ListPageResolutionsResponse.Builder,ListPageResolutionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPageResolutionsResponse.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
ListPageResolutionsResponse.Builder |
pageResolutions(Collection<ResolutionContact> pageResolutions)
Information about the resolution for an engagement.
|
ListPageResolutionsResponse.Builder |
pageResolutions(Consumer<ResolutionContact.Builder>... pageResolutions)
Information about the resolution for an engagement.
|
ListPageResolutionsResponse.Builder |
pageResolutions(ResolutionContact... pageResolutions)
Information about the resolution for an engagement.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPageResolutionsResponse.Builder nextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken - The token for the next set of items to return. Use this token to get the next set of results.ListPageResolutionsResponse.Builder pageResolutions(Collection<ResolutionContact> pageResolutions)
Information about the resolution for an engagement.
pageResolutions - Information about the resolution for an engagement.ListPageResolutionsResponse.Builder pageResolutions(ResolutionContact... pageResolutions)
Information about the resolution for an engagement.
pageResolutions - Information about the resolution for an engagement.ListPageResolutionsResponse.Builder pageResolutions(Consumer<ResolutionContact.Builder>... pageResolutions)
Information about the resolution for an engagement.
This is a convenience method that creates an instance of theResolutionContact.Builder avoiding the need to
create one manually via ResolutionContact.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #pageResolutions(List.
pageResolutions - a consumer that will call methods on
ResolutionContact.Builder#pageResolutions(java.util.Collection) Copyright © 2023. All rights reserved.