public class AuthorizerConfig
extends java.lang.Object
implements java.io.Serializable
An object that specifies the authorization service for a domain.
Constructor and Description |
---|
AuthorizerConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getAllowAuthorizerOverride()
A Boolean that specifies whether the domain configuration's authorization
service can be overridden.
|
java.lang.String |
getDefaultAuthorizerName()
The name of the authorization service for a domain configuration.
|
int |
hashCode() |
java.lang.Boolean |
isAllowAuthorizerOverride()
A Boolean that specifies whether the domain configuration's authorization
service can be overridden.
|
void |
setAllowAuthorizerOverride(java.lang.Boolean allowAuthorizerOverride)
A Boolean that specifies whether the domain configuration's authorization
service can be overridden.
|
void |
setDefaultAuthorizerName(java.lang.String defaultAuthorizerName)
The name of the authorization service for a domain configuration.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AuthorizerConfig |
withAllowAuthorizerOverride(java.lang.Boolean allowAuthorizerOverride)
A Boolean that specifies whether the domain configuration's authorization
service can be overridden.
|
AuthorizerConfig |
withDefaultAuthorizerName(java.lang.String defaultAuthorizerName)
The name of the authorization service for a domain configuration.
|
public java.lang.String getDefaultAuthorizerName()
The name of the authorization service for a domain configuration.
Constraints:
Length: 1 - 128
Pattern: [\w=,@-]+
The name of the authorization service for a domain configuration.
public void setDefaultAuthorizerName(java.lang.String defaultAuthorizerName)
The name of the authorization service for a domain configuration.
Constraints:
Length: 1 - 128
Pattern: [\w=,@-]+
defaultAuthorizerName
- The name of the authorization service for a domain configuration.
public AuthorizerConfig withDefaultAuthorizerName(java.lang.String defaultAuthorizerName)
The name of the authorization service for a domain configuration.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w=,@-]+
defaultAuthorizerName
- The name of the authorization service for a domain configuration.
public java.lang.Boolean isAllowAuthorizerOverride()
A Boolean that specifies whether the domain configuration's authorization service can be overridden.
A Boolean that specifies whether the domain configuration's authorization service can be overridden.
public java.lang.Boolean getAllowAuthorizerOverride()
A Boolean that specifies whether the domain configuration's authorization service can be overridden.
A Boolean that specifies whether the domain configuration's authorization service can be overridden.
public void setAllowAuthorizerOverride(java.lang.Boolean allowAuthorizerOverride)
A Boolean that specifies whether the domain configuration's authorization service can be overridden.
allowAuthorizerOverride
- A Boolean that specifies whether the domain configuration's authorization service can be overridden.
public AuthorizerConfig withAllowAuthorizerOverride(java.lang.Boolean allowAuthorizerOverride)
A Boolean that specifies whether the domain configuration's authorization service can be overridden.
Returns a reference to this object so that method calls can be chained together.
allowAuthorizerOverride
- A Boolean that specifies whether the domain configuration's authorization service can be overridden.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.