public static interface DescribeAuthorizerResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<DescribeAuthorizerResponse.Builder,DescribeAuthorizerResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAuthorizerResponse.Builder |
authorizerDescription(AuthorizerDescription authorizerDescription)
The authorizer description.
|
default DescribeAuthorizerResponse.Builder |
authorizerDescription(Consumer<AuthorizerDescription.Builder> authorizerDescription)
The authorizer description.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAuthorizerResponse.Builder authorizerDescription(AuthorizerDescription authorizerDescription)
The authorizer description.
authorizerDescription - The authorizer description.default DescribeAuthorizerResponse.Builder authorizerDescription(Consumer<AuthorizerDescription.Builder> authorizerDescription)
The authorizer 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 © 2023. All rights reserved.