public static interface DescribeDefaultAuthorizerResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<DescribeDefaultAuthorizerResponse.Builder,DescribeDefaultAuthorizerResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDefaultAuthorizerResponse.Builder |
authorizerDescription(AuthorizerDescription authorizerDescription)
The default authorizer's description.
|
default DescribeDefaultAuthorizerResponse.Builder |
authorizerDescription(Consumer<AuthorizerDescription.Builder> authorizerDescription)
The default authorizer's description.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDefaultAuthorizerResponse.Builder authorizerDescription(AuthorizerDescription authorizerDescription)
The default authorizer's description.
authorizerDescription - The default authorizer's description.default DescribeDefaultAuthorizerResponse.Builder authorizerDescription(Consumer<AuthorizerDescription.Builder> authorizerDescription)
The default authorizer's description.
This is a convenience method that creates an instance of theAuthorizerDescription.Builder avoiding
the need to create one manually via AuthorizerDescription.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to authorizerDescription(AuthorizerDescription).
authorizerDescription - a consumer that will call methods on AuthorizerDescription.BuilderauthorizerDescription(AuthorizerDescription)Copyright © 2022. All rights reserved.