public static interface UpdateEnvironmentProfileResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<UpdateEnvironmentProfileResponse.Builder,UpdateEnvironmentProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentProfileResponse.Builder |
awsAccountId(String awsAccountId)
The Amazon Web Services account in which a specified environment profile is to be udpated.
|
UpdateEnvironmentProfileResponse.Builder |
awsAccountRegion(String awsAccountRegion)
The Amazon Web Services Region in which a specified environment profile is to be updated.
|
UpdateEnvironmentProfileResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when the environment profile was created.
|
UpdateEnvironmentProfileResponse.Builder |
createdBy(String createdBy)
The Amazon DataZone user who created the environment profile.
|
UpdateEnvironmentProfileResponse.Builder |
description(String description)
The description to be updated as part of the
UpdateEnvironmentProfile action. |
UpdateEnvironmentProfileResponse.Builder |
domainId(String domainId)
The identifier of the Amazon DataZone domain in which the environment profile is to be updated.
|
UpdateEnvironmentProfileResponse.Builder |
environmentBlueprintId(String environmentBlueprintId)
The identifier of the blueprint of the environment profile that is to be updated.
|
UpdateEnvironmentProfileResponse.Builder |
id(String id)
The identifier of the environment profile that is to be udpated.
|
UpdateEnvironmentProfileResponse.Builder |
name(String name)
The name to be updated as part of the
UpdateEnvironmentProfile action. |
UpdateEnvironmentProfileResponse.Builder |
projectId(String projectId)
The identifier of the project of the environment profile that is to be updated.
|
UpdateEnvironmentProfileResponse.Builder |
updatedAt(Instant updatedAt)
The timestamp of when the environment profile was updated.
|
UpdateEnvironmentProfileResponse.Builder |
userParameters(Collection<CustomParameter> userParameters)
The user parameters to be updated as part of the
UpdateEnvironmentProfile action. |
UpdateEnvironmentProfileResponse.Builder |
userParameters(Consumer<CustomParameter.Builder>... userParameters)
The user parameters to be updated as part of the
UpdateEnvironmentProfile action. |
UpdateEnvironmentProfileResponse.Builder |
userParameters(CustomParameter... userParameters)
The user parameters to be updated as part of the
UpdateEnvironmentProfile action. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEnvironmentProfileResponse.Builder awsAccountId(String awsAccountId)
The Amazon Web Services account in which a specified environment profile is to be udpated.
awsAccountId - The Amazon Web Services account in which a specified environment profile is to be udpated.UpdateEnvironmentProfileResponse.Builder awsAccountRegion(String awsAccountRegion)
The Amazon Web Services Region in which a specified environment profile is to be updated.
awsAccountRegion - The Amazon Web Services Region in which a specified environment profile is to be updated.UpdateEnvironmentProfileResponse.Builder createdAt(Instant createdAt)
The timestamp of when the environment profile was created.
createdAt - The timestamp of when the environment profile was created.UpdateEnvironmentProfileResponse.Builder createdBy(String createdBy)
The Amazon DataZone user who created the environment profile.
createdBy - The Amazon DataZone user who created the environment profile.UpdateEnvironmentProfileResponse.Builder description(String description)
The description to be updated as part of the UpdateEnvironmentProfile action.
description - The description to be updated as part of the UpdateEnvironmentProfile action.UpdateEnvironmentProfileResponse.Builder domainId(String domainId)
The identifier of the Amazon DataZone domain in which the environment profile is to be updated.
domainId - The identifier of the Amazon DataZone domain in which the environment profile is to be updated.UpdateEnvironmentProfileResponse.Builder environmentBlueprintId(String environmentBlueprintId)
The identifier of the blueprint of the environment profile that is to be updated.
environmentBlueprintId - The identifier of the blueprint of the environment profile that is to be updated.UpdateEnvironmentProfileResponse.Builder id(String id)
The identifier of the environment profile that is to be udpated.
id - The identifier of the environment profile that is to be udpated.UpdateEnvironmentProfileResponse.Builder name(String name)
The name to be updated as part of the UpdateEnvironmentProfile action.
name - The name to be updated as part of the UpdateEnvironmentProfile action.UpdateEnvironmentProfileResponse.Builder projectId(String projectId)
The identifier of the project of the environment profile that is to be updated.
projectId - The identifier of the project of the environment profile that is to be updated.UpdateEnvironmentProfileResponse.Builder updatedAt(Instant updatedAt)
The timestamp of when the environment profile was updated.
updatedAt - The timestamp of when the environment profile was updated.UpdateEnvironmentProfileResponse.Builder userParameters(Collection<CustomParameter> userParameters)
The user parameters to be updated as part of the UpdateEnvironmentProfile action.
userParameters - The user parameters to be updated as part of the UpdateEnvironmentProfile action.UpdateEnvironmentProfileResponse.Builder userParameters(CustomParameter... userParameters)
The user parameters to be updated as part of the UpdateEnvironmentProfile action.
userParameters - The user parameters to be updated as part of the UpdateEnvironmentProfile action.UpdateEnvironmentProfileResponse.Builder userParameters(Consumer<CustomParameter.Builder>... userParameters)
The user parameters to be updated as part of the UpdateEnvironmentProfile action.
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.
userParameters - a consumer that will call methods on
CustomParameter.Builder#userParameters(java.util.Collection) Copyright © 2023. All rights reserved.