Interface UpdateEnvironmentProfileRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateEnvironmentProfileRequest.Builder,UpdateEnvironmentProfileRequest>,DataZoneRequest.Builder,SdkBuilder<UpdateEnvironmentProfileRequest.Builder,UpdateEnvironmentProfileRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateEnvironmentProfileRequest
public static interface UpdateEnvironmentProfileRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<UpdateEnvironmentProfileRequest.Builder,UpdateEnvironmentProfileRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateEnvironmentProfileRequest.BuilderawsAccountId(String awsAccountId)The Amazon Web Services account in which a specified environment profile is to be udpated.UpdateEnvironmentProfileRequest.BuilderawsAccountRegion(String awsAccountRegion)The Amazon Web Services Region in which a specified environment profile is to be updated.UpdateEnvironmentProfileRequest.Builderdescription(String description)The description to be updated as part of theUpdateEnvironmentProfileaction.UpdateEnvironmentProfileRequest.BuilderdomainIdentifier(String domainIdentifier)The identifier of the Amazon DataZone domain in which an environment profile is to be updated.UpdateEnvironmentProfileRequest.Builderidentifier(String identifier)The identifier of the environment profile that is to be updated.UpdateEnvironmentProfileRequest.Buildername(String name)The name to be updated as part of theUpdateEnvironmentProfileaction.UpdateEnvironmentProfileRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateEnvironmentProfileRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateEnvironmentProfileRequest.BuilderuserParameters(Collection<EnvironmentParameter> userParameters)The user parameters to be updated as part of theUpdateEnvironmentProfileaction.UpdateEnvironmentProfileRequest.BuilderuserParameters(Consumer<EnvironmentParameter.Builder>... userParameters)The user parameters to be updated as part of theUpdateEnvironmentProfileaction.UpdateEnvironmentProfileRequest.BuilderuserParameters(EnvironmentParameter... userParameters)The user parameters to be updated as part of theUpdateEnvironmentProfileaction.-
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, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
UpdateEnvironmentProfileRequest.Builder awsAccountId(String 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
UpdateEnvironmentProfileRequest.Builder awsAccountRegion(String 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
UpdateEnvironmentProfileRequest.Builder description(String 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
UpdateEnvironmentProfileRequest.Builder domainIdentifier(String 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
UpdateEnvironmentProfileRequest.Builder identifier(String 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
UpdateEnvironmentProfileRequest.Builder name(String 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
UpdateEnvironmentProfileRequest.Builder userParameters(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
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 to#userParameters(List.) - 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:
#userParameters(java.util.Collection)
-
overrideConfiguration
UpdateEnvironmentProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateEnvironmentProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-