CopyableBuilder<GetAuthorizerRequest.Builder,GetAuthorizerRequest>
, SdkBuilder<GetAuthorizerRequest.Builder,GetAuthorizerRequest>
public static interface GetAuthorizerRequest.Builder extends CopyableBuilder<GetAuthorizerRequest.Builder,GetAuthorizerRequest>
Modifier and Type | Method | Description |
---|---|---|
GetAuthorizerRequest.Builder |
authorizerId(String authorizerId) |
The identifier of the Authorizer resource.
|
GetAuthorizerRequest.Builder |
restApiId(String restApiId) |
The RestApi identifier for the Authorizer resource.
|
copy
apply, build
GetAuthorizerRequest.Builder restApiId(String restApiId)
The RestApi identifier for the Authorizer resource.
restApiId
- The RestApi identifier for the Authorizer resource.GetAuthorizerRequest.Builder authorizerId(String authorizerId)
The identifier of the Authorizer resource.
authorizerId
- The identifier of the Authorizer resource.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.