Interface UpdateEnvironmentProfileResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<UpdateEnvironmentProfileResponse.Builder,UpdateEnvironmentProfileResponse>, DataZoneResponse.Builder, SdkBuilder<UpdateEnvironmentProfileResponse.Builder,UpdateEnvironmentProfileResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
UpdateEnvironmentProfileResponse

public static interface UpdateEnvironmentProfileResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<UpdateEnvironmentProfileResponse.Builder,UpdateEnvironmentProfileResponse>
  • Method Details

    • awsAccountId

      The Amazon Web Services account in which a specified environment profile is to be udpated.

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

      UpdateEnvironmentProfileResponse.Builder awsAccountRegion(String awsAccountRegion)

      The Amazon Web Services Region in which a specified environment profile is to be updated.

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

      The timestamp of when the environment profile was created.

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

      The Amazon DataZone user who created the environment profile.

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

      The description to be updated as part of the UpdateEnvironmentProfile action.

      Parameters:
      description - The description to be updated as part of the UpdateEnvironmentProfile action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domainId

      The identifier of the Amazon DataZone domain in which the environment profile is to be updated.

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

      UpdateEnvironmentProfileResponse.Builder environmentBlueprintId(String environmentBlueprintId)

      The identifier of the blueprint of the environment profile that is to be updated.

      Parameters:
      environmentBlueprintId - The identifier of the blueprint of the environment profile that is to be updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The identifier of the environment profile that is to be udpated.

      Parameters:
      id - The identifier of the environment profile that is to be udpated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name to be updated as part of the UpdateEnvironmentProfile action.

      Parameters:
      name - The name to be updated as part of the UpdateEnvironmentProfile action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • projectId

      The identifier of the project of the environment profile that is to be updated.

      Parameters:
      projectId - The identifier of the project of the environment profile that is to be updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      The timestamp of when the environment profile was updated.

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

      The user parameters to be updated as part of the UpdateEnvironmentProfile action.

      Parameters:
      userParameters - The user parameters to be updated as part of the UpdateEnvironmentProfile action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userParameters

      UpdateEnvironmentProfileResponse.Builder userParameters(CustomParameter... userParameters)

      The user parameters to be updated as part of the UpdateEnvironmentProfile action.

      Parameters:
      userParameters - The user parameters to be updated as part of the UpdateEnvironmentProfile action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userParameters

      The user parameters to be updated as part of the UpdateEnvironmentProfile action.

      This is a convenience method that creates an instance of the CustomParameter.Builder avoiding the need to create one manually via CustomParameter.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to userParameters(List<CustomParameter>).

      Parameters:
      userParameters - a consumer that will call methods on CustomParameter.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: