Interface CreateEnvironmentProfileRequest.Builder

    • Method Detail

      • awsAccountId

        CreateEnvironmentProfileRequest.Builder awsAccountId​(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.
      • awsAccountRegion

        CreateEnvironmentProfileRequest.Builder awsAccountRegion​(String awsAccountRegion)

        The Amazon Web Services region in which this environment profile is created.

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

        CreateEnvironmentProfileRequest.Builder description​(String description)

        The description of this Amazon DataZone environment profile.

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

        CreateEnvironmentProfileRequest.Builder domainIdentifier​(String domainIdentifier)

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

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

        CreateEnvironmentProfileRequest.Builder environmentBlueprintIdentifier​(String environmentBlueprintIdentifier)

        The ID of the blueprint with which this environment profile is created.

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

        CreateEnvironmentProfileRequest.Builder name​(String name)

        The name of this Amazon DataZone environment profile.

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

        CreateEnvironmentProfileRequest.Builder projectIdentifier​(String projectIdentifier)

        The identifier of the project in which to create the environment profile.

        Parameters:
        projectIdentifier - The identifier of the project in which to create the environment profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userParameters

        CreateEnvironmentProfileRequest.Builder userParameters​(Collection<EnvironmentParameter> userParameters)

        The user parameters of this Amazon DataZone environment profile.

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

        CreateEnvironmentProfileRequest.Builder userParameters​(EnvironmentParameter... userParameters)

        The user parameters of this Amazon DataZone environment profile.

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