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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateEnvironmentProfileRequest.Builder |
UpdateEnvironmentProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
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.
|