UpdateEnvironmentProfileResponse.Builder |
UpdateEnvironmentProfileResponse.Builder.awsAccountId(String awsAccountId) |
The Amazon Web Services account in which a specified environment profile is to be udpated.
|
UpdateEnvironmentProfileResponse.Builder |
UpdateEnvironmentProfileResponse.Builder.awsAccountRegion(String awsAccountRegion) |
The Amazon Web Services Region in which a specified environment profile is to be updated.
|
static UpdateEnvironmentProfileResponse.Builder |
UpdateEnvironmentProfileResponse.builder() |
|
UpdateEnvironmentProfileResponse.Builder |
UpdateEnvironmentProfileResponse.Builder.createdAt(Instant createdAt) |
The timestamp of when the environment profile was created.
|
UpdateEnvironmentProfileResponse.Builder |
UpdateEnvironmentProfileResponse.Builder.createdBy(String createdBy) |
The Amazon DataZone user who created the environment profile.
|
UpdateEnvironmentProfileResponse.Builder |
UpdateEnvironmentProfileResponse.Builder.description(String description) |
The description to be updated as part of the UpdateEnvironmentProfile action.
|
UpdateEnvironmentProfileResponse.Builder |
UpdateEnvironmentProfileResponse.Builder.domainId(String domainId) |
The identifier of the Amazon DataZone domain in which the environment profile is to be updated.
|
UpdateEnvironmentProfileResponse.Builder |
UpdateEnvironmentProfileResponse.Builder.environmentBlueprintId(String environmentBlueprintId) |
The identifier of the blueprint of the environment profile that is to be updated.
|
UpdateEnvironmentProfileResponse.Builder |
UpdateEnvironmentProfileResponse.Builder.id(String id) |
The identifier of the environment profile that is to be udpated.
|
UpdateEnvironmentProfileResponse.Builder |
UpdateEnvironmentProfileResponse.Builder.name(String name) |
The name to be updated as part of the UpdateEnvironmentProfile action.
|
UpdateEnvironmentProfileResponse.Builder |
UpdateEnvironmentProfileResponse.Builder.projectId(String projectId) |
The identifier of the project of the environment profile that is to be updated.
|
UpdateEnvironmentProfileResponse.Builder |
UpdateEnvironmentProfileResponse.toBuilder() |
|
UpdateEnvironmentProfileResponse.Builder |
UpdateEnvironmentProfileResponse.Builder.updatedAt(Instant updatedAt) |
The timestamp of when the environment profile was updated.
|
UpdateEnvironmentProfileResponse.Builder |
UpdateEnvironmentProfileResponse.Builder.userParameters(Collection<CustomParameter> userParameters) |
The user parameters to be updated as part of the UpdateEnvironmentProfile action.
|
UpdateEnvironmentProfileResponse.Builder |
UpdateEnvironmentProfileResponse.Builder.userParameters(Consumer<CustomParameter.Builder>... userParameters) |
The user parameters to be updated as part of the UpdateEnvironmentProfile action.
|
UpdateEnvironmentProfileResponse.Builder |
UpdateEnvironmentProfileResponse.Builder.userParameters(CustomParameter... userParameters) |
The user parameters to be updated as part of the UpdateEnvironmentProfile action.
|