public static interface UpdateEnvironmentProfileRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<UpdateEnvironmentProfileRequest.Builder,UpdateEnvironmentProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentProfileRequest.Builder |
awsAccountId(String awsAccountId)
The Amazon Web Services account in which a specified environment profile is to be udpated.
|
UpdateEnvironmentProfileRequest.Builder |
awsAccountRegion(String awsAccountRegion)
The Amazon Web Services Region in which a specified environment profile is to be updated.
|
UpdateEnvironmentProfileRequest.Builder |
description(String description)
The description to be updated as part of the
UpdateEnvironmentProfile action. |
UpdateEnvironmentProfileRequest.Builder |
domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which an environment profile is to be updated.
|
UpdateEnvironmentProfileRequest.Builder |
identifier(String identifier)
The identifier of the environment profile that is to be updated.
|
UpdateEnvironmentProfileRequest.Builder |
name(String name)
The name to be updated as part of the
UpdateEnvironmentProfile action. |
UpdateEnvironmentProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEnvironmentProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateEnvironmentProfileRequest.Builder |
userParameters(Collection<EnvironmentParameter> userParameters)
The user parameters to be updated as part of the
UpdateEnvironmentProfile action. |
UpdateEnvironmentProfileRequest.Builder |
userParameters(Consumer<EnvironmentParameter.Builder>... userParameters)
The user parameters to be updated as part of the
UpdateEnvironmentProfile action. |
UpdateEnvironmentProfileRequest.Builder |
userParameters(EnvironmentParameter... userParameters)
The user parameters to be updated as part of the
UpdateEnvironmentProfile action. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEnvironmentProfileRequest.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.UpdateEnvironmentProfileRequest.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.UpdateEnvironmentProfileRequest.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.UpdateEnvironmentProfileRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which an environment profile is to be updated.
domainIdentifier - The identifier of the Amazon DataZone domain in which an environment profile is to be updated.UpdateEnvironmentProfileRequest.Builder identifier(String identifier)
The identifier of the environment profile that is to be updated.
identifier - The identifier of the environment profile that is to be updated.UpdateEnvironmentProfileRequest.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.UpdateEnvironmentProfileRequest.Builder userParameters(Collection<EnvironmentParameter> 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.UpdateEnvironmentProfileRequest.Builder userParameters(EnvironmentParameter... 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.UpdateEnvironmentProfileRequest.Builder userParameters(Consumer<EnvironmentParameter.Builder>... userParameters)
The user parameters to be updated as part of the UpdateEnvironmentProfile action.
EnvironmentParameter.Builder avoiding the need to
create one manually via EnvironmentParameter.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
EnvironmentParameter.Builder#userParameters(java.util.Collection) UpdateEnvironmentProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateEnvironmentProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.