Interface UpdateProjectProfileRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateProjectProfileRequest.Builder,UpdateProjectProfileRequest>,DataZoneRequest.Builder,SdkBuilder<UpdateProjectProfileRequest.Builder,UpdateProjectProfileRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateProjectProfileRequest
public static interface UpdateProjectProfileRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<UpdateProjectProfileRequest.Builder,UpdateProjectProfileRequest>
-
-
Method Summary
-
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 Detail
-
description
UpdateProjectProfileRequest.Builder description(String 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
UpdateProjectProfileRequest.Builder domainIdentifier(String 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
UpdateProjectProfileRequest.Builder domainUnitIdentifier(String 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.Builderavoiding the need to create one manually viaEnvironmentConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#environmentConfigurations(List.) - 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:
#environmentConfigurations(java.util.Collection)
-
identifier
UpdateProjectProfileRequest.Builder identifier(String 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
UpdateProjectProfileRequest.Builder name(String 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
UpdateProjectProfileRequest.Builder status(String status)
The status of a project profile.
-
status
UpdateProjectProfileRequest.Builder status(Status status)
The status of a project profile.
-
overrideConfiguration
UpdateProjectProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateProjectProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-