/* * 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 CreateEnvironmentRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable, Cloneable { /** *
* The name of the FinSpace environment to be created. *
*/ private String name; /** ** The description of the FinSpace environment to be created. *
*/ private String description; /** ** The KMS key id to encrypt your data in the FinSpace environment. *
*/ private String kmsKeyId; /** ** Add tags to your FinSpace environment. *
*/ private java.util.Map* 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.
*
* Configuration information when authentication mode is FEDERATED. *
*/ private FederationParameters federationParameters; /** ** Configuration information for the superuser. *
*/ private SuperuserParameters superuserParameters; /** ** The list of Amazon Resource Names (ARN) of the data bundles to install. Currently supported data bundle ARNs: *
*
* arn:aws:finspace:${Region}::data-bundle/capital-markets-sample
- Contains sample Capital Markets
* datasets, categories and controlled vocabularies.
*
* arn:aws:finspace:${Region}::data-bundle/taq
(default) - Contains trades and quotes data in addition
* to sample Capital Markets data.
*
* The name of the FinSpace environment to be created. *
* * @param name * The name of the FinSpace environment to be created. */ public void setName(String name) { this.name = name; } /** ** The name of the FinSpace environment to be created. *
* * @return The name of the FinSpace environment to be created. */ public String getName() { return this.name; } /** ** The name of the FinSpace environment to be created. *
* * @param name * The name of the FinSpace environment to be created. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateEnvironmentRequest withName(String name) { setName(name); return this; } /** ** The description of the FinSpace environment to be created. *
* * @param description * The description of the FinSpace environment to be created. */ public void setDescription(String description) { this.description = description; } /** ** The description of the FinSpace environment to be created. *
* * @return The description of the FinSpace environment to be created. */ public String getDescription() { return this.description; } /** ** The description of the FinSpace environment to be created. *
* * @param description * The description of the FinSpace environment to be created. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateEnvironmentRequest withDescription(String description) { setDescription(description); return this; } /** ** The KMS key id to encrypt your data in the FinSpace environment. *
* * @param kmsKeyId * The KMS key id to encrypt your data in the FinSpace environment. */ public void setKmsKeyId(String kmsKeyId) { this.kmsKeyId = kmsKeyId; } /** ** The KMS key id to encrypt your data in the FinSpace environment. *
* * @return The KMS key id to encrypt your data in the FinSpace environment. */ public String getKmsKeyId() { return this.kmsKeyId; } /** ** The KMS key id to encrypt your data in the FinSpace environment. *
* * @param kmsKeyId * The KMS key id to encrypt your data in the FinSpace environment. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateEnvironmentRequest withKmsKeyId(String kmsKeyId) { setKmsKeyId(kmsKeyId); return this; } /** ** Add tags to your FinSpace environment. *
* * @return Add tags to your FinSpace environment. */ public java.util.Map* Add tags to your FinSpace environment. *
* * @param tags * Add tags to your FinSpace environment. */ public void setTags(java.util.Map* Add tags to your FinSpace environment. *
* * @param tags * Add tags to your FinSpace environment. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateEnvironmentRequest withTags(java.util.Map* 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.
*
* Configuration information when authentication mode is FEDERATED. *
* * @param federationParameters * Configuration information when authentication mode is FEDERATED. */ public void setFederationParameters(FederationParameters federationParameters) { this.federationParameters = federationParameters; } /** ** Configuration information when authentication mode is FEDERATED. *
* * @return Configuration information when authentication mode is FEDERATED. */ public FederationParameters getFederationParameters() { return this.federationParameters; } /** ** Configuration information when authentication mode is FEDERATED. *
* * @param federationParameters * Configuration information when authentication mode is FEDERATED. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateEnvironmentRequest withFederationParameters(FederationParameters federationParameters) { setFederationParameters(federationParameters); return this; } /** ** Configuration information for the superuser. *
* * @param superuserParameters * Configuration information for the superuser. */ public void setSuperuserParameters(SuperuserParameters superuserParameters) { this.superuserParameters = superuserParameters; } /** ** Configuration information for the superuser. *
* * @return Configuration information for the superuser. */ public SuperuserParameters getSuperuserParameters() { return this.superuserParameters; } /** ** Configuration information for the superuser. *
* * @param superuserParameters * Configuration information for the superuser. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateEnvironmentRequest withSuperuserParameters(SuperuserParameters superuserParameters) { setSuperuserParameters(superuserParameters); return this; } /** ** The list of Amazon Resource Names (ARN) of the data bundles to install. Currently supported data bundle ARNs: *
*
* arn:aws:finspace:${Region}::data-bundle/capital-markets-sample
- Contains sample Capital Markets
* datasets, categories and controlled vocabularies.
*
* arn:aws:finspace:${Region}::data-bundle/taq
(default) - Contains trades and quotes data in addition
* to sample Capital Markets data.
*
* arn:aws:finspace:${Region}::data-bundle/capital-markets-sample
- Contains sample Capital
* Markets datasets, categories and controlled vocabularies.
*
* arn:aws:finspace:${Region}::data-bundle/taq
(default) - Contains trades and quotes data in
* addition to sample Capital Markets data.
*
* The list of Amazon Resource Names (ARN) of the data bundles to install. Currently supported data bundle ARNs: *
*
* arn:aws:finspace:${Region}::data-bundle/capital-markets-sample
- Contains sample Capital Markets
* datasets, categories and controlled vocabularies.
*
* arn:aws:finspace:${Region}::data-bundle/taq
(default) - Contains trades and quotes data in addition
* to sample Capital Markets data.
*
* arn:aws:finspace:${Region}::data-bundle/capital-markets-sample
- Contains sample Capital
* Markets datasets, categories and controlled vocabularies.
*
* arn:aws:finspace:${Region}::data-bundle/taq
(default) - Contains trades and quotes data in
* addition to sample Capital Markets data.
*
* The list of Amazon Resource Names (ARN) of the data bundles to install. Currently supported data bundle ARNs: *
*
* arn:aws:finspace:${Region}::data-bundle/capital-markets-sample
- Contains sample Capital Markets
* datasets, categories and controlled vocabularies.
*
* arn:aws:finspace:${Region}::data-bundle/taq
(default) - Contains trades and quotes data in addition
* to sample Capital Markets data.
*
* NOTE: This method appends the values to the existing list (if any). Use * {@link #setDataBundles(java.util.Collection)} or {@link #withDataBundles(java.util.Collection)} if you want to * override the existing values. *
* * @param dataBundles * The list of Amazon Resource Names (ARN) of the data bundles to install. Currently supported data bundle * ARNs: *
* arn:aws:finspace:${Region}::data-bundle/capital-markets-sample
- Contains sample Capital
* Markets datasets, categories and controlled vocabularies.
*
* arn:aws:finspace:${Region}::data-bundle/taq
(default) - Contains trades and quotes data in
* addition to sample Capital Markets data.
*
* The list of Amazon Resource Names (ARN) of the data bundles to install. Currently supported data bundle ARNs: *
*
* arn:aws:finspace:${Region}::data-bundle/capital-markets-sample
- Contains sample Capital Markets
* datasets, categories and controlled vocabularies.
*
* arn:aws:finspace:${Region}::data-bundle/taq
(default) - Contains trades and quotes data in addition
* to sample Capital Markets data.
*
* arn:aws:finspace:${Region}::data-bundle/capital-markets-sample
- Contains sample Capital
* Markets datasets, categories and controlled vocabularies.
*
* arn:aws:finspace:${Region}::data-bundle/taq
(default) - Contains trades and quotes data in
* addition to sample Capital Markets data.
*