Interface CreateProjectProfileRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateProjectProfileRequest.Builder,
,CreateProjectProfileRequest> DataZoneRequest.Builder
,SdkBuilder<CreateProjectProfileRequest.Builder,
,CreateProjectProfileRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateProjectProfileRequest
@Mutable
@NotThreadSafe
public static interface CreateProjectProfileRequest.Builder
extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<CreateProjectProfileRequest.Builder,CreateProjectProfileRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A description of a project profile.domainIdentifier
(String domainIdentifier) A domain ID of the project profile.domainUnitIdentifier
(String domainUnitIdentifier) A domain unit ID of the project profile.environmentConfigurations
(Collection<EnvironmentConfiguration> environmentConfigurations) Environment configurations of the project profile.environmentConfigurations
(Consumer<EnvironmentConfiguration.Builder>... environmentConfigurations) Environment configurations of the project profile.environmentConfigurations
(EnvironmentConfiguration... environmentConfigurations) Environment configurations of the project profile.Project profile name.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Project profile status.Project profile status.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
A description of a project profile.
- Parameters:
description
- A description of a project profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainIdentifier
A domain ID of the project profile.
- Parameters:
domainIdentifier
- A domain ID of the project profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainUnitIdentifier
A domain unit ID of the project profile.
- Parameters:
domainUnitIdentifier
- A domain unit ID of the project profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentConfigurations
CreateProjectProfileRequest.Builder environmentConfigurations(Collection<EnvironmentConfiguration> environmentConfigurations) Environment configurations of the project profile.
- Parameters:
environmentConfigurations
- Environment configurations of the project profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentConfigurations
CreateProjectProfileRequest.Builder environmentConfigurations(EnvironmentConfiguration... environmentConfigurations) Environment configurations of the project profile.
- Parameters:
environmentConfigurations
- Environment configurations of the project profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentConfigurations
CreateProjectProfileRequest.Builder environmentConfigurations(Consumer<EnvironmentConfiguration.Builder>... environmentConfigurations) Environment configurations of the 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:
-
name
Project profile name.
- Parameters:
name
- Project profile name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Project profile status.
- Parameters:
status
- Project profile status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Project profile status.
- Parameters:
status
- Project profile status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateProjectProfileRequest.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
CreateProjectProfileRequest.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.
-