public static interface ListAuthorizersResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListAuthorizersResponse.Builder,ListAuthorizersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAuthorizersResponse.Builder |
authorizers(AuthorizerSummary... authorizers)
The authorizers.
|
ListAuthorizersResponse.Builder |
authorizers(Collection<AuthorizerSummary> authorizers)
The authorizers.
|
ListAuthorizersResponse.Builder |
authorizers(Consumer<AuthorizerSummary.Builder>... authorizers)
The authorizers.
|
ListAuthorizersResponse.Builder |
nextMarker(String nextMarker)
A marker used to get the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAuthorizersResponse.Builder authorizers(Collection<AuthorizerSummary> authorizers)
The authorizers.
authorizers - The authorizers.ListAuthorizersResponse.Builder authorizers(AuthorizerSummary... authorizers)
The authorizers.
authorizers - The authorizers.ListAuthorizersResponse.Builder authorizers(Consumer<AuthorizerSummary.Builder>... authorizers)
The authorizers.
This is a convenience method that creates an instance of theAuthorizerSummary.Builder avoiding the need to create one
manually via AuthorizerSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #authorizers(List.
authorizers - a consumer that will call methods on
AuthorizerSummary.Builder#authorizers(java.util.Collection) ListAuthorizersResponse.Builder nextMarker(String nextMarker)
A marker used to get the next set of results.
nextMarker - A marker used to get the next set of results.Copyright © 2023. All rights reserved.