public class UpdateDomainConfigurationRequest extends AmazonWebServiceRequest implements java.io.Serializable
Updates values stored in the domain configuration. Domain configurations for default endpoints can't be updated.
The domain configuration feature is in public preview and is subject to change.
Constructor and Description |
---|
UpdateDomainConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
AuthorizerConfig |
getAuthorizerConfig()
An object that specifies the authorization service for a domain.
|
java.lang.String |
getDomainConfigurationName()
The name of the domain configuration to be updated.
|
java.lang.String |
getDomainConfigurationStatus()
The status to which the domain configuration should be updated.
|
java.lang.Boolean |
getRemoveAuthorizerConfig()
Removes the authorization configuration from a domain.
|
int |
hashCode() |
java.lang.Boolean |
isRemoveAuthorizerConfig()
Removes the authorization configuration from a domain.
|
void |
setAuthorizerConfig(AuthorizerConfig authorizerConfig)
An object that specifies the authorization service for a domain.
|
void |
setDomainConfigurationName(java.lang.String domainConfigurationName)
The name of the domain configuration to be updated.
|
void |
setDomainConfigurationStatus(DomainConfigurationStatus domainConfigurationStatus)
The status to which the domain configuration should be updated.
|
void |
setDomainConfigurationStatus(java.lang.String domainConfigurationStatus)
The status to which the domain configuration should be updated.
|
void |
setRemoveAuthorizerConfig(java.lang.Boolean removeAuthorizerConfig)
Removes the authorization configuration from a domain.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateDomainConfigurationRequest |
withAuthorizerConfig(AuthorizerConfig authorizerConfig)
An object that specifies the authorization service for a domain.
|
UpdateDomainConfigurationRequest |
withDomainConfigurationName(java.lang.String domainConfigurationName)
The name of the domain configuration to be updated.
|
UpdateDomainConfigurationRequest |
withDomainConfigurationStatus(DomainConfigurationStatus domainConfigurationStatus)
The status to which the domain configuration should be updated.
|
UpdateDomainConfigurationRequest |
withDomainConfigurationStatus(java.lang.String domainConfigurationStatus)
The status to which the domain configuration should be updated.
|
UpdateDomainConfigurationRequest |
withRemoveAuthorizerConfig(java.lang.Boolean removeAuthorizerConfig)
Removes the authorization configuration from a domain.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getDomainConfigurationName()
The name of the domain configuration to be updated.
Constraints:
Length: 1 - 128
Pattern: [\w.:-]+
The name of the domain configuration to be updated.
public void setDomainConfigurationName(java.lang.String domainConfigurationName)
The name of the domain configuration to be updated.
Constraints:
Length: 1 - 128
Pattern: [\w.:-]+
domainConfigurationName
- The name of the domain configuration to be updated.
public UpdateDomainConfigurationRequest withDomainConfigurationName(java.lang.String domainConfigurationName)
The name of the domain configuration to be updated.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w.:-]+
domainConfigurationName
- The name of the domain configuration to be updated.
public AuthorizerConfig getAuthorizerConfig()
An object that specifies the authorization service for a domain.
An object that specifies the authorization service for a domain.
public void setAuthorizerConfig(AuthorizerConfig authorizerConfig)
An object that specifies the authorization service for a domain.
authorizerConfig
- An object that specifies the authorization service for a domain.
public UpdateDomainConfigurationRequest withAuthorizerConfig(AuthorizerConfig authorizerConfig)
An object that specifies the authorization service for a domain.
Returns a reference to this object so that method calls can be chained together.
authorizerConfig
- An object that specifies the authorization service for a domain.
public java.lang.String getDomainConfigurationStatus()
The status to which the domain configuration should be updated.
Constraints:
Allowed Values: ENABLED, DISABLED
The status to which the domain configuration should be updated.
DomainConfigurationStatus
public void setDomainConfigurationStatus(java.lang.String domainConfigurationStatus)
The status to which the domain configuration should be updated.
Constraints:
Allowed Values: ENABLED, DISABLED
domainConfigurationStatus
- The status to which the domain configuration should be updated.
DomainConfigurationStatus
public UpdateDomainConfigurationRequest withDomainConfigurationStatus(java.lang.String domainConfigurationStatus)
The status to which the domain configuration should be updated.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ENABLED, DISABLED
domainConfigurationStatus
- The status to which the domain configuration should be updated.
DomainConfigurationStatus
public void setDomainConfigurationStatus(DomainConfigurationStatus domainConfigurationStatus)
The status to which the domain configuration should be updated.
Constraints:
Allowed Values: ENABLED, DISABLED
domainConfigurationStatus
- The status to which the domain configuration should be updated.
DomainConfigurationStatus
public UpdateDomainConfigurationRequest withDomainConfigurationStatus(DomainConfigurationStatus domainConfigurationStatus)
The status to which the domain configuration should be updated.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ENABLED, DISABLED
domainConfigurationStatus
- The status to which the domain configuration should be updated.
DomainConfigurationStatus
public java.lang.Boolean isRemoveAuthorizerConfig()
Removes the authorization configuration from a domain.
Removes the authorization configuration from a domain.
public java.lang.Boolean getRemoveAuthorizerConfig()
Removes the authorization configuration from a domain.
Removes the authorization configuration from a domain.
public void setRemoveAuthorizerConfig(java.lang.Boolean removeAuthorizerConfig)
Removes the authorization configuration from a domain.
removeAuthorizerConfig
- Removes the authorization configuration from a domain.
public UpdateDomainConfigurationRequest withRemoveAuthorizerConfig(java.lang.Boolean removeAuthorizerConfig)
Removes the authorization configuration from a domain.
Returns a reference to this object so that method calls can be chained together.
removeAuthorizerConfig
- Removes the authorization configuration from a domain.
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.