Interface UpdateEnvironmentProfileRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateEnvironmentProfileRequest.Builder,,UpdateEnvironmentProfileRequest> DataZoneRequest.Builder,SdkBuilder<UpdateEnvironmentProfileRequest.Builder,,UpdateEnvironmentProfileRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateEnvironmentProfileRequest
-
Method Summary
Modifier and TypeMethodDescriptionawsAccountId(String awsAccountId) The Amazon Web Services account in which a specified environment profile is to be udpated.awsAccountRegion(String awsAccountRegion) The Amazon Web Services Region in which a specified environment profile is to be updated.description(String description) The description to be updated as part of theUpdateEnvironmentProfileaction.domainIdentifier(String domainIdentifier) The identifier of the Amazon DataZone domain in which an environment profile is to be updated.identifier(String identifier) The identifier of the environment profile that is to be updated.The name to be updated as part of theUpdateEnvironmentProfileaction.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.userParameters(Collection<EnvironmentParameter> userParameters) The user parameters to be updated as part of theUpdateEnvironmentProfileaction.userParameters(Consumer<EnvironmentParameter.Builder>... userParameters) The user parameters to be updated as part of theUpdateEnvironmentProfileaction.userParameters(EnvironmentParameter... userParameters) The user parameters to be updated as part of theUpdateEnvironmentProfileaction.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
awsAccountId
The Amazon Web Services account in which a specified environment profile is to be udpated.
- Parameters:
awsAccountId- The Amazon Web Services account in which a specified environment profile is to be udpated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountRegion
The Amazon Web Services Region in which a specified environment profile is to be updated.
- Parameters:
awsAccountRegion- The Amazon Web Services Region in which a specified environment profile is to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description to be updated as part of the
UpdateEnvironmentProfileaction.- Parameters:
description- The description to be updated as part of theUpdateEnvironmentProfileaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainIdentifier
The identifier of the Amazon DataZone domain in which an environment profile is to be updated.
- Parameters:
domainIdentifier- The identifier of the Amazon DataZone domain in which an environment profile is to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
The identifier of the environment profile that is to be updated.
- Parameters:
identifier- The identifier of the environment profile that is to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name to be updated as part of the
UpdateEnvironmentProfileaction.- Parameters:
name- The name to be updated as part of theUpdateEnvironmentProfileaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
UpdateEnvironmentProfileRequest.Builder userParameters(Collection<EnvironmentParameter> userParameters) The user parameters to be updated as part of the
UpdateEnvironmentProfileaction.- Parameters:
userParameters- The user parameters to be updated as part of theUpdateEnvironmentProfileaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
The user parameters to be updated as part of the
UpdateEnvironmentProfileaction.- Parameters:
userParameters- The user parameters to be updated as part of theUpdateEnvironmentProfileaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
UpdateEnvironmentProfileRequest.Builder userParameters(Consumer<EnvironmentParameter.Builder>... userParameters) The user parameters to be updated as part of the
This is a convenience method that creates an instance of theUpdateEnvironmentProfileaction.EnvironmentParameter.Builderavoiding the need to create one manually viaEnvironmentParameter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed touserParameters(List<EnvironmentParameter>).- Parameters:
userParameters- a consumer that will call methods onEnvironmentParameter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateEnvironmentProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateEnvironmentProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-