| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone |
Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your
data.
|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateEnvironmentProfileResponse> |
DataZoneAsyncClient.updateEnvironmentProfile(Consumer<UpdateEnvironmentProfileRequest.Builder> updateEnvironmentProfileRequest)
Updates the specified environment profile in Amazon DataZone.
|
default UpdateEnvironmentProfileResponse |
DataZoneClient.updateEnvironmentProfile(Consumer<UpdateEnvironmentProfileRequest.Builder> updateEnvironmentProfileRequest)
Updates the specified environment profile in Amazon DataZone.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentProfileRequest.Builder |
UpdateEnvironmentProfileRequest.Builder.awsAccountId(String awsAccountId)
The Amazon Web Services account in which a specified environment profile is to be udpated.
|
UpdateEnvironmentProfileRequest.Builder |
UpdateEnvironmentProfileRequest.Builder.awsAccountRegion(String awsAccountRegion)
The Amazon Web Services Region in which a specified environment profile is to be updated.
|
static UpdateEnvironmentProfileRequest.Builder |
UpdateEnvironmentProfileRequest.builder() |
UpdateEnvironmentProfileRequest.Builder |
UpdateEnvironmentProfileRequest.Builder.description(String description)
The description to be updated as part of the
UpdateEnvironmentProfile action. |
UpdateEnvironmentProfileRequest.Builder |
UpdateEnvironmentProfileRequest.Builder.domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which an environment profile is to be updated.
|
UpdateEnvironmentProfileRequest.Builder |
UpdateEnvironmentProfileRequest.Builder.identifier(String identifier)
The identifier of the environment profile that is to be updated.
|
UpdateEnvironmentProfileRequest.Builder |
UpdateEnvironmentProfileRequest.Builder.name(String name)
The name to be updated as part of the
UpdateEnvironmentProfile action. |
UpdateEnvironmentProfileRequest.Builder |
UpdateEnvironmentProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEnvironmentProfileRequest.Builder |
UpdateEnvironmentProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateEnvironmentProfileRequest.Builder |
UpdateEnvironmentProfileRequest.toBuilder() |
UpdateEnvironmentProfileRequest.Builder |
UpdateEnvironmentProfileRequest.Builder.userParameters(Collection<EnvironmentParameter> userParameters)
The user parameters to be updated as part of the
UpdateEnvironmentProfile action. |
UpdateEnvironmentProfileRequest.Builder |
UpdateEnvironmentProfileRequest.Builder.userParameters(Consumer<EnvironmentParameter.Builder>... userParameters)
The user parameters to be updated as part of the
UpdateEnvironmentProfile action. |
UpdateEnvironmentProfileRequest.Builder |
UpdateEnvironmentProfileRequest.Builder.userParameters(EnvironmentParameter... userParameters)
The user parameters to be updated as part of the
UpdateEnvironmentProfile action. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateEnvironmentProfileRequest.Builder> |
UpdateEnvironmentProfileRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.