@Generated(value="software.amazon.awssdk:codegen") public final class UpdateEnvironmentRequest extends FinspaceRequest implements ToCopyableBuilder<UpdateEnvironmentRequest.Builder,UpdateEnvironmentRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateEnvironmentRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateEnvironmentRequest.Builder |
builder() |
String |
description()
The description of the environment.
|
String |
environmentId()
The identifier of the FinSpace environment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FederationMode |
federationMode()
Authentication mode for the environment.
|
String |
federationModeAsString()
Authentication mode for the environment.
|
FederationParameters |
federationParameters()
Returns the value of the FederationParameters property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the environment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateEnvironmentRequest.Builder> |
serializableBuilderClass() |
UpdateEnvironmentRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String environmentId()
The identifier of the FinSpace environment.
public final String name()
The name of the environment.
public final String description()
The description of the environment.
public final 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.
If the service returns an enum value that is not available in the current SDK version, federationMode
will return FederationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from federationModeAsString().
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.
FederationModepublic final String federationModeAsString()
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.
If the service returns an enum value that is not available in the current SDK version, federationMode
will return FederationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from federationModeAsString().
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.
FederationModepublic final FederationParameters federationParameters()
public UpdateEnvironmentRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateEnvironmentRequest.Builder,UpdateEnvironmentRequest>toBuilder in class FinspaceRequestpublic static UpdateEnvironmentRequest.Builder builder()
public static Class<? extends UpdateEnvironmentRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.