Interface CreateEnvironmentRequest.Builder

    • Method Detail

      • description

        CreateEnvironmentRequest.Builder description​(String description)

        The description of the Amazon DataZone environment.

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

        CreateEnvironmentRequest.Builder domainIdentifier​(String domainIdentifier)

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

        Parameters:
        domainIdentifier - 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.
      • environmentAccountIdentifier

        CreateEnvironmentRequest.Builder environmentAccountIdentifier​(String environmentAccountIdentifier)

        The ID of the account in which the environment is being created.

        Parameters:
        environmentAccountIdentifier - The ID of the account in which the environment is being created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentAccountRegion

        CreateEnvironmentRequest.Builder environmentAccountRegion​(String environmentAccountRegion)

        The region of the account in which the environment is being created.

        Parameters:
        environmentAccountRegion - The region of the account in which the environment is being created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentBlueprintIdentifier

        CreateEnvironmentRequest.Builder environmentBlueprintIdentifier​(String environmentBlueprintIdentifier)

        The ID of the blueprint with which the environment is being created.

        Parameters:
        environmentBlueprintIdentifier - The ID of the blueprint with which the environment is being created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentProfileIdentifier

        CreateEnvironmentRequest.Builder environmentProfileIdentifier​(String environmentProfileIdentifier)

        The identifier of the environment profile that is used to create this Amazon DataZone environment.

        Parameters:
        environmentProfileIdentifier - The identifier of the environment profile that is used to create this Amazon DataZone environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • glossaryTerms

        CreateEnvironmentRequest.Builder glossaryTerms​(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.
      • glossaryTerms

        CreateEnvironmentRequest.Builder glossaryTerms​(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.
      • name

        CreateEnvironmentRequest.Builder name​(String name)

        The name of the Amazon DataZone environment.

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

        CreateEnvironmentRequest.Builder projectIdentifier​(String projectIdentifier)

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

        Parameters:
        projectIdentifier - The identifier 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.
      • userParameters

        CreateEnvironmentRequest.Builder userParameters​(Collection<EnvironmentParameter> 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.
      • userParameters

        CreateEnvironmentRequest.Builder userParameters​(EnvironmentParameter... 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.