/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.finspace.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.AmazonWebServiceRequest; /** * * @see AWS API * Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class UpdateEnvironmentRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable, Cloneable { /** *
* The identifier of the FinSpace environment. *
*/ private String environmentId; /** ** The name of the environment. *
*/ private String name; /** ** The description of the environment. *
*/ private String description; /** ** 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.
*
* The identifier of the FinSpace environment. *
* * @param environmentId * The identifier of the FinSpace environment. */ public void setEnvironmentId(String environmentId) { this.environmentId = environmentId; } /** ** The identifier of the FinSpace environment. *
* * @return The identifier of the FinSpace environment. */ public String getEnvironmentId() { return this.environmentId; } /** ** The identifier of the FinSpace environment. *
* * @param environmentId * The identifier of the FinSpace environment. * @return Returns a reference to this object so that method calls can be chained together. */ public UpdateEnvironmentRequest withEnvironmentId(String environmentId) { setEnvironmentId(environmentId); return this; } /** ** The name of the environment. *
* * @param name * The name of the environment. */ public void setName(String name) { this.name = name; } /** ** The name of the environment. *
* * @return The name of the environment. */ public String getName() { return this.name; } /** ** The name of the environment. *
* * @param name * The name of the environment. * @return Returns a reference to this object so that method calls can be chained together. */ public UpdateEnvironmentRequest withName(String name) { setName(name); return this; } /** ** The description of the environment. *
* * @param description * The description of the environment. */ public void setDescription(String description) { this.description = description; } /** ** The description of the environment. *
* * @return The description of the environment. */ public String getDescription() { return this.description; } /** ** The description of the environment. *
* * @param description * The description of the environment. * @return Returns a reference to this object so that method calls can be chained together. */ public UpdateEnvironmentRequest withDescription(String description) { setDescription(description); return this; } /** ** 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.
*
* 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.
*
* 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.
*
* 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.
*