Interface UpdateProjectProfileRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateProjectProfileRequest.Builder,
,UpdateProjectProfileRequest> DataZoneRequest.Builder
,SdkBuilder<UpdateProjectProfileRequest.Builder,
,UpdateProjectProfileRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateProjectProfileRequest
@Mutable
@NotThreadSafe
public static interface UpdateProjectProfileRequest.Builder
extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<UpdateProjectProfileRequest.Builder,UpdateProjectProfileRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of a project profile.domainIdentifier
(String domainIdentifier) The ID of the domain where a project profile is to be updated.domainUnitIdentifier
(String domainUnitIdentifier) The ID of the domain unit where a project profile is to be updated.environmentConfigurations
(Collection<EnvironmentConfiguration> environmentConfigurations) The environment configurations of a project profile.environmentConfigurations
(Consumer<EnvironmentConfiguration.Builder>... environmentConfigurations) The environment configurations of a project profile.environmentConfigurations
(EnvironmentConfiguration... environmentConfigurations) The environment configurations of a project profile.identifier
(String identifier) The ID of a project profile that is to be updated.The name of a project profile.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The status of a project profile.The status of a project profile.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
-
description
The description of a project profile.
- Parameters:
description
- The description of a project profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainIdentifier
The ID of the domain where a project profile is to be updated.
- Parameters:
domainIdentifier
- The ID of the domain where a project profile is to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainUnitIdentifier
The ID of the domain unit where a project profile is to be updated.
- Parameters:
domainUnitIdentifier
- The ID of the domain unit where a project profile is to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentConfigurations
UpdateProjectProfileRequest.Builder environmentConfigurations(Collection<EnvironmentConfiguration> environmentConfigurations) The environment configurations of a project profile.
- Parameters:
environmentConfigurations
- The environment configurations of a project profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentConfigurations
UpdateProjectProfileRequest.Builder environmentConfigurations(EnvironmentConfiguration... environmentConfigurations) The environment configurations of a project profile.
- Parameters:
environmentConfigurations
- The environment configurations of a project profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentConfigurations
UpdateProjectProfileRequest.Builder environmentConfigurations(Consumer<EnvironmentConfiguration.Builder>... environmentConfigurations) The environment configurations of a project profile.
This is a convenience method that creates an instance of theEnvironmentConfiguration.Builder
avoiding the need to create one manually viaEnvironmentConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toenvironmentConfigurations(List<EnvironmentConfiguration>)
.- Parameters:
environmentConfigurations
- a consumer that will call methods onEnvironmentConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
identifier
The ID of a project profile that is to be updated.
- Parameters:
identifier
- The ID of a project profile that is to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of a project profile.
- Parameters:
name
- The name of a project profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of a project profile.
- Parameters:
status
- The status of a project profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of a project profile.
- Parameters:
status
- The status of a project profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateProjectProfileRequest.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
UpdateProjectProfileRequest.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.
-