Interface AuthorizerSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AuthorizerSummary.Builder,AuthorizerSummary>, SdkBuilder<AuthorizerSummary.Builder,AuthorizerSummary>, SdkPojo
Enclosing class:
AuthorizerSummary

public static interface AuthorizerSummary.Builder extends SdkPojo, CopyableBuilder<AuthorizerSummary.Builder,AuthorizerSummary>
  • Method Details

    • authorizerName

      AuthorizerSummary.Builder authorizerName(String authorizerName)

      The authorizer name.

      Parameters:
      authorizerName - The authorizer name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • authorizerArn

      AuthorizerSummary.Builder authorizerArn(String authorizerArn)

      The authorizer ARN.

      Parameters:
      authorizerArn - The authorizer ARN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.