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 theUpdateEnvironmentProfile
action.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 theUpdateEnvironmentProfile
action.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 theUpdateEnvironmentProfile
action.userParameters
(Consumer<EnvironmentParameter.Builder>... userParameters) The user parameters to be updated as part of theUpdateEnvironmentProfile
action.userParameters
(EnvironmentParameter... userParameters) The user parameters to be updated as part of theUpdateEnvironmentProfile
action.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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
UpdateEnvironmentProfile
action.- Parameters:
description
- The description to be updated as part of theUpdateEnvironmentProfile
action.- 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
UpdateEnvironmentProfile
action.- Parameters:
name
- The name to be updated as part of theUpdateEnvironmentProfile
action.- 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
UpdateEnvironmentProfile
action.- Parameters:
userParameters
- The user parameters to be updated as part of theUpdateEnvironmentProfile
action.- 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
UpdateEnvironmentProfile
action.- Parameters:
userParameters
- The user parameters to be updated as part of theUpdateEnvironmentProfile
action.- 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 theUpdateEnvironmentProfile
action.EnvironmentParameter.Builder
avoiding the need to create one manually viaEnvironmentParameter.builder()
.When the
Consumer
completes,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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-