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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeDefaultAuthorizerResponse.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 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.Builder
authorizerDescription(AuthorizerDescription)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.