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, sdkHttpResponsecopyapplyMutation, 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 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.