Interface CreateEnvironmentProfileResponse.Builder

    • Method Detail

      • awsAccountId

        CreateEnvironmentProfileResponse.Builder awsAccountId​(String awsAccountId)

        The Amazon Web Services account ID in which this Amazon DataZone environment profile is created.

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

        CreateEnvironmentProfileResponse.Builder awsAccountRegion​(String awsAccountRegion)

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

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

        CreateEnvironmentProfileResponse.Builder createdAt​(Instant createdAt)

        The timestamp of when this environment profile was created.

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

        CreateEnvironmentProfileResponse.Builder createdBy​(String createdBy)

        The Amazon DataZone user who created this environment profile.

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

        CreateEnvironmentProfileResponse.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.
      • domainId

        CreateEnvironmentProfileResponse.Builder domainId​(String domainId)

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

        Parameters:
        domainId - 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.
      • environmentBlueprintId

        CreateEnvironmentProfileResponse.Builder environmentBlueprintId​(String environmentBlueprintId)

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

        Parameters:
        environmentBlueprintId - 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.
      • id

        CreateEnvironmentProfileResponse.Builder id​(String id)

        The ID of this Amazon DataZone environment profile.

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

        CreateEnvironmentProfileResponse.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.
      • projectId

        CreateEnvironmentProfileResponse.Builder projectId​(String projectId)

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

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

        CreateEnvironmentProfileResponse.Builder updatedAt​(Instant updatedAt)

        The timestamp of when this environment profile was updated.

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

        CreateEnvironmentProfileResponse.Builder userParameters​(Collection<CustomParameter> 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

        CreateEnvironmentProfileResponse.Builder userParameters​(CustomParameter... 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.