@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEnvironmentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateEnvironmentRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateEnvironmentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
The description of the environment.
|
String |
getEnvironmentId()
The identifier of the FinSpace environment.
|
String |
getFederationMode()
Authentication mode for the environment.
|
FederationParameters |
getFederationParameters() |
String |
getName()
The name of the environment.
|
int |
hashCode() |
void |
setDescription(String description)
The description of the environment.
|
void |
setEnvironmentId(String environmentId)
The identifier of the FinSpace environment.
|
void |
setFederationMode(String federationMode)
Authentication mode for the environment.
|
void |
setFederationParameters(FederationParameters federationParameters) |
void |
setName(String name)
The name of the environment.
|
String |
toString()
Returns a string representation of this object.
|
UpdateEnvironmentRequest |
withDescription(String description)
The description of the environment.
|
UpdateEnvironmentRequest |
withEnvironmentId(String environmentId)
The identifier of the FinSpace environment.
|
UpdateEnvironmentRequest |
withFederationMode(FederationMode federationMode)
Authentication mode for the environment.
|
UpdateEnvironmentRequest |
withFederationMode(String federationMode)
Authentication mode for the environment.
|
UpdateEnvironmentRequest |
withFederationParameters(FederationParameters federationParameters) |
UpdateEnvironmentRequest |
withName(String name)
The name of the environment.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setEnvironmentId(String environmentId)
The identifier of the FinSpace environment.
environmentId
- The identifier of the FinSpace environment.public String getEnvironmentId()
The identifier of the FinSpace environment.
public UpdateEnvironmentRequest withEnvironmentId(String environmentId)
The identifier of the FinSpace environment.
environmentId
- The identifier of the FinSpace environment.public void setName(String name)
The name of the environment.
name
- The name of the environment.public String getName()
The name of the environment.
public UpdateEnvironmentRequest withName(String name)
The name of the environment.
name
- The name of the environment.public void setDescription(String description)
The description of the environment.
description
- The description of the environment.public String getDescription()
The description of the environment.
public UpdateEnvironmentRequest withDescription(String description)
The description of the environment.
description
- The description of the environment.public void setFederationMode(String federationMode)
Authentication mode for the environment.
FEDERATED
- Users access FinSpace through Single Sign On (SSO) via your Identity provider.
LOCAL
- Users access FinSpace via email and password managed within the FinSpace environment.
federationMode
- Authentication mode for the environment.
FEDERATED
- Users access FinSpace through Single Sign On (SSO) via your Identity provider.
LOCAL
- Users access FinSpace via email and password managed within the FinSpace environment.
FederationMode
public String getFederationMode()
Authentication mode for the environment.
FEDERATED
- Users access FinSpace through Single Sign On (SSO) via your Identity provider.
LOCAL
- Users access FinSpace via email and password managed within the FinSpace environment.
FEDERATED
- Users access FinSpace through Single Sign On (SSO) via your Identity provider.
LOCAL
- Users access FinSpace via email and password managed within the FinSpace
environment.
FederationMode
public UpdateEnvironmentRequest withFederationMode(String federationMode)
Authentication mode for the environment.
FEDERATED
- Users access FinSpace through Single Sign On (SSO) via your Identity provider.
LOCAL
- Users access FinSpace via email and password managed within the FinSpace environment.
federationMode
- Authentication mode for the environment.
FEDERATED
- Users access FinSpace through Single Sign On (SSO) via your Identity provider.
LOCAL
- Users access FinSpace via email and password managed within the FinSpace environment.
FederationMode
public UpdateEnvironmentRequest withFederationMode(FederationMode federationMode)
Authentication mode for the environment.
FEDERATED
- Users access FinSpace through Single Sign On (SSO) via your Identity provider.
LOCAL
- Users access FinSpace via email and password managed within the FinSpace environment.
federationMode
- Authentication mode for the environment.
FEDERATED
- Users access FinSpace through Single Sign On (SSO) via your Identity provider.
LOCAL
- Users access FinSpace via email and password managed within the FinSpace environment.
FederationMode
public void setFederationParameters(FederationParameters federationParameters)
federationParameters
- public FederationParameters getFederationParameters()
public UpdateEnvironmentRequest withFederationParameters(FederationParameters federationParameters)
federationParameters
- public String toString()
toString
in class Object
Object.toString()
public UpdateEnvironmentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()