JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.datazone.model

Class CreateEnvironmentResult

    • Constructor Detail

      • CreateEnvironmentResult

        public CreateEnvironmentResult()
    • Method Detail

      • setAwsAccountId

        public void setAwsAccountId(String awsAccountId)

        The Amazon Web Services account in which the Amazon DataZone environment is created.

        Parameters:
        awsAccountId - The Amazon Web Services account in which the Amazon DataZone environment is created.
      • getAwsAccountId

        public String getAwsAccountId()

        The Amazon Web Services account in which the Amazon DataZone environment is created.

        Returns:
        The Amazon Web Services account in which the Amazon DataZone environment is created.
      • withAwsAccountId

        public CreateEnvironmentResult withAwsAccountId(String awsAccountId)

        The Amazon Web Services account in which the Amazon DataZone environment is created.

        Parameters:
        awsAccountId - The Amazon Web Services account in which the Amazon DataZone environment is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAwsAccountRegion

        public void setAwsAccountRegion(String awsAccountRegion)

        The Amazon Web Services region in which the Amazon DataZone environment is created.

        Parameters:
        awsAccountRegion - The Amazon Web Services region in which the Amazon DataZone environment is created.
      • getAwsAccountRegion

        public String getAwsAccountRegion()

        The Amazon Web Services region in which the Amazon DataZone environment is created.

        Returns:
        The Amazon Web Services region in which the Amazon DataZone environment is created.
      • withAwsAccountRegion

        public CreateEnvironmentResult withAwsAccountRegion(String awsAccountRegion)

        The Amazon Web Services region in which the Amazon DataZone environment is created.

        Parameters:
        awsAccountRegion - The Amazon Web Services region in which the Amazon DataZone environment is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreatedAt

        public void setCreatedAt(Date createdAt)

        The timestamp of when the environment was created.

        Parameters:
        createdAt - The timestamp of when the environment was created.
      • getCreatedAt

        public Date getCreatedAt()

        The timestamp of when the environment was created.

        Returns:
        The timestamp of when the environment was created.
      • withCreatedAt

        public CreateEnvironmentResult withCreatedAt(Date createdAt)

        The timestamp of when the environment was created.

        Parameters:
        createdAt - The timestamp of when the environment was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreatedBy

        public void setCreatedBy(String createdBy)

        The Amazon DataZone user who created this environment.

        Parameters:
        createdBy - The Amazon DataZone user who created this environment.
      • getCreatedBy

        public String getCreatedBy()

        The Amazon DataZone user who created this environment.

        Returns:
        The Amazon DataZone user who created this environment.
      • withCreatedBy

        public CreateEnvironmentResult withCreatedBy(String createdBy)

        The Amazon DataZone user who created this environment.

        Parameters:
        createdBy - The Amazon DataZone user who created this environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDeploymentProperties

        public void setDeploymentProperties(DeploymentProperties deploymentProperties)

        The deployment properties of this Amazon DataZone environment.

        Parameters:
        deploymentProperties - The deployment properties of this Amazon DataZone environment.
      • getDeploymentProperties

        public DeploymentProperties getDeploymentProperties()

        The deployment properties of this Amazon DataZone environment.

        Returns:
        The deployment properties of this Amazon DataZone environment.
      • withDeploymentProperties

        public CreateEnvironmentResult withDeploymentProperties(DeploymentProperties deploymentProperties)

        The deployment properties of this Amazon DataZone environment.

        Parameters:
        deploymentProperties - The deployment properties of this Amazon DataZone environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        The description of this Amazon DataZone environment.

        Parameters:
        description - The description of this Amazon DataZone environment.
      • getDescription

        public String getDescription()

        The description of this Amazon DataZone environment.

        Returns:
        The description of this Amazon DataZone environment.
      • withDescription

        public CreateEnvironmentResult withDescription(String description)

        The description of this Amazon DataZone environment.

        Parameters:
        description - The description of this Amazon DataZone environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDomainId

        public void setDomainId(String domainId)

        The identifier of the Amazon DataZone domain in which the environment is created.

        Parameters:
        domainId - The identifier of the Amazon DataZone domain in which the environment is created.
      • getDomainId

        public String getDomainId()

        The identifier of the Amazon DataZone domain in which the environment is created.

        Returns:
        The identifier of the Amazon DataZone domain in which the environment is created.
      • withDomainId

        public CreateEnvironmentResult withDomainId(String domainId)

        The identifier of the Amazon DataZone domain in which the environment is created.

        Parameters:
        domainId - The identifier of the Amazon DataZone domain in which the environment is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getEnvironmentActions

        public List<ConfigurableEnvironmentAction> getEnvironmentActions()

        The configurable actions of this Amazon DataZone environment.

        Returns:
        The configurable actions of this Amazon DataZone environment.
      • setEnvironmentActions

        public void setEnvironmentActions(Collection<ConfigurableEnvironmentAction> environmentActions)

        The configurable actions of this Amazon DataZone environment.

        Parameters:
        environmentActions - The configurable actions of this Amazon DataZone environment.
      • withEnvironmentActions

        public CreateEnvironmentResult withEnvironmentActions(Collection<ConfigurableEnvironmentAction> environmentActions)

        The configurable actions of this Amazon DataZone environment.

        Parameters:
        environmentActions - The configurable actions of this Amazon DataZone environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEnvironmentBlueprintId

        public void setEnvironmentBlueprintId(String environmentBlueprintId)

        The ID of the blueprint with which this Amazon DataZone environment was created.

        Parameters:
        environmentBlueprintId - The ID of the blueprint with which this Amazon DataZone environment was created.
      • getEnvironmentBlueprintId

        public String getEnvironmentBlueprintId()

        The ID of the blueprint with which this Amazon DataZone environment was created.

        Returns:
        The ID of the blueprint with which this Amazon DataZone environment was created.
      • withEnvironmentBlueprintId

        public CreateEnvironmentResult withEnvironmentBlueprintId(String environmentBlueprintId)

        The ID of the blueprint with which this Amazon DataZone environment was created.

        Parameters:
        environmentBlueprintId - The ID of the blueprint with which this Amazon DataZone environment was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEnvironmentProfileId

        public void setEnvironmentProfileId(String environmentProfileId)

        The ID of the environment profile with which this Amazon DataZone environment was created.

        Parameters:
        environmentProfileId - The ID of the environment profile with which this Amazon DataZone environment was created.
      • getEnvironmentProfileId

        public String getEnvironmentProfileId()

        The ID of the environment profile with which this Amazon DataZone environment was created.

        Returns:
        The ID of the environment profile with which this Amazon DataZone environment was created.
      • withEnvironmentProfileId

        public CreateEnvironmentResult withEnvironmentProfileId(String environmentProfileId)

        The ID of the environment profile with which this Amazon DataZone environment was created.

        Parameters:
        environmentProfileId - The ID of the environment profile with which this Amazon DataZone environment was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getGlossaryTerms

        public List<String> getGlossaryTerms()

        The glossary terms that can be used in this Amazon DataZone environment.

        Returns:
        The glossary terms that can be used in this Amazon DataZone environment.
      • setGlossaryTerms

        public void setGlossaryTerms(Collection<String> glossaryTerms)

        The glossary terms that can be used in this Amazon DataZone environment.

        Parameters:
        glossaryTerms - The glossary terms that can be used in this Amazon DataZone environment.
      • withGlossaryTerms

        public CreateEnvironmentResult withGlossaryTerms(String... glossaryTerms)

        The glossary terms that can be used in this Amazon DataZone environment.

        NOTE: This method appends the values to the existing list (if any). Use setGlossaryTerms(java.util.Collection) or withGlossaryTerms(java.util.Collection) if you want to override the existing values.

        Parameters:
        glossaryTerms - The glossary terms that can be used in this Amazon DataZone environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withGlossaryTerms

        public CreateEnvironmentResult withGlossaryTerms(Collection<String> glossaryTerms)

        The glossary terms that can be used in this Amazon DataZone environment.

        Parameters:
        glossaryTerms - The glossary terms that can be used in this Amazon DataZone environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setId

        public void setId(String id)

        The ID of this Amazon DataZone environment.

        Parameters:
        id - The ID of this Amazon DataZone environment.
      • getId

        public String getId()

        The ID of this Amazon DataZone environment.

        Returns:
        The ID of this Amazon DataZone environment.
      • withId

        public CreateEnvironmentResult withId(String id)

        The ID of this Amazon DataZone environment.

        Parameters:
        id - The ID of this Amazon DataZone environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastDeployment

        public void setLastDeployment(Deployment lastDeployment)

        The details of the last deployment of this Amazon DataZone environment.

        Parameters:
        lastDeployment - The details of the last deployment of this Amazon DataZone environment.
      • getLastDeployment

        public Deployment getLastDeployment()

        The details of the last deployment of this Amazon DataZone environment.

        Returns:
        The details of the last deployment of this Amazon DataZone environment.
      • withLastDeployment

        public CreateEnvironmentResult withLastDeployment(Deployment lastDeployment)

        The details of the last deployment of this Amazon DataZone environment.

        Parameters:
        lastDeployment - The details of the last deployment of this Amazon DataZone environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)

        The name of this environment.

        Parameters:
        name - The name of this environment.
      • getName

        public String getName()

        The name of this environment.

        Returns:
        The name of this environment.
      • withName

        public CreateEnvironmentResult withName(String name)

        The name of this environment.

        Parameters:
        name - The name of this environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProjectId

        public void setProjectId(String projectId)

        The ID of the Amazon DataZone project in which this environment is created.

        Parameters:
        projectId - The ID of the Amazon DataZone project in which this environment is created.
      • getProjectId

        public String getProjectId()

        The ID of the Amazon DataZone project in which this environment is created.

        Returns:
        The ID of the Amazon DataZone project in which this environment is created.
      • withProjectId

        public CreateEnvironmentResult withProjectId(String projectId)

        The ID of the Amazon DataZone project in which this environment is created.

        Parameters:
        projectId - The ID of the Amazon DataZone project in which this environment is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProvider

        public void setProvider(String provider)

        The provider of this Amazon DataZone environment.

        Parameters:
        provider - The provider of this Amazon DataZone environment.
      • getProvider

        public String getProvider()

        The provider of this Amazon DataZone environment.

        Returns:
        The provider of this Amazon DataZone environment.
      • withProvider

        public CreateEnvironmentResult withProvider(String provider)

        The provider of this Amazon DataZone environment.

        Parameters:
        provider - The provider of this Amazon DataZone environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getProvisionedResources

        public List<Resource> getProvisionedResources()

        The provisioned resources of this Amazon DataZone environment.

        Returns:
        The provisioned resources of this Amazon DataZone environment.
      • setProvisionedResources

        public void setProvisionedResources(Collection<Resource> provisionedResources)

        The provisioned resources of this Amazon DataZone environment.

        Parameters:
        provisionedResources - The provisioned resources of this Amazon DataZone environment.
      • withProvisionedResources

        public CreateEnvironmentResult withProvisionedResources(Collection<Resource> provisionedResources)

        The provisioned resources of this Amazon DataZone environment.

        Parameters:
        provisionedResources - The provisioned resources of this Amazon DataZone environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProvisioningProperties

        public void setProvisioningProperties(ProvisioningProperties provisioningProperties)

        The provisioning properties of this Amazon DataZone environment.

        Parameters:
        provisioningProperties - The provisioning properties of this Amazon DataZone environment.
      • getProvisioningProperties

        public ProvisioningProperties getProvisioningProperties()

        The provisioning properties of this Amazon DataZone environment.

        Returns:
        The provisioning properties of this Amazon DataZone environment.
      • withProvisioningProperties

        public CreateEnvironmentResult withProvisioningProperties(ProvisioningProperties provisioningProperties)

        The provisioning properties of this Amazon DataZone environment.

        Parameters:
        provisioningProperties - The provisioning properties of this Amazon DataZone environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The status of this Amazon DataZone environment.

        Parameters:
        status - The status of this Amazon DataZone environment.
        See Also:
        EnvironmentStatus
      • getStatus

        public String getStatus()

        The status of this Amazon DataZone environment.

        Returns:
        The status of this Amazon DataZone environment.
        See Also:
        EnvironmentStatus
      • withStatus

        public CreateEnvironmentResult withStatus(String status)

        The status of this Amazon DataZone environment.

        Parameters:
        status - The status of this Amazon DataZone environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EnvironmentStatus
      • withStatus

        public CreateEnvironmentResult withStatus(EnvironmentStatus status)

        The status of this Amazon DataZone environment.

        Parameters:
        status - The status of this Amazon DataZone environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EnvironmentStatus
      • setUpdatedAt

        public void setUpdatedAt(Date updatedAt)

        The timestamp of when this environment was updated.

        Parameters:
        updatedAt - The timestamp of when this environment was updated.
      • getUpdatedAt

        public Date getUpdatedAt()

        The timestamp of when this environment was updated.

        Returns:
        The timestamp of when this environment was updated.
      • withUpdatedAt

        public CreateEnvironmentResult withUpdatedAt(Date updatedAt)

        The timestamp of when this environment was updated.

        Parameters:
        updatedAt - The timestamp of when this environment was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getUserParameters

        public List<CustomParameter> getUserParameters()

        The user parameters of this Amazon DataZone environment.

        Returns:
        The user parameters of this Amazon DataZone environment.
      • setUserParameters

        public void setUserParameters(Collection<CustomParameter> userParameters)

        The user parameters of this Amazon DataZone environment.

        Parameters:
        userParameters - The user parameters of this Amazon DataZone environment.
      • withUserParameters

        public CreateEnvironmentResult withUserParameters(Collection<CustomParameter> userParameters)

        The user parameters of this Amazon DataZone environment.

        Parameters:
        userParameters - The user parameters of this Amazon DataZone environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /