Interface CreateEnvironmentProfileRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateEnvironmentProfileRequest.Builder,CreateEnvironmentProfileRequest>,DataZoneRequest.Builder,SdkBuilder<CreateEnvironmentProfileRequest.Builder,CreateEnvironmentProfileRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateEnvironmentProfileRequest
public static interface CreateEnvironmentProfileRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<CreateEnvironmentProfileRequest.Builder,CreateEnvironmentProfileRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateEnvironmentProfileRequest.BuilderawsAccountId(String awsAccountId)The Amazon Web Services account in which the Amazon DataZone environment is created.CreateEnvironmentProfileRequest.BuilderawsAccountRegion(String awsAccountRegion)The Amazon Web Services region in which this environment profile is created.CreateEnvironmentProfileRequest.Builderdescription(String description)The description of this Amazon DataZone environment profile.CreateEnvironmentProfileRequest.BuilderdomainIdentifier(String domainIdentifier)The ID of the Amazon DataZone domain in which this environment profile is created.CreateEnvironmentProfileRequest.BuilderenvironmentBlueprintIdentifier(String environmentBlueprintIdentifier)The ID of the blueprint with which this environment profile is created.CreateEnvironmentProfileRequest.Buildername(String name)The name of this Amazon DataZone environment profile.CreateEnvironmentProfileRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateEnvironmentProfileRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateEnvironmentProfileRequest.BuilderprojectIdentifier(String projectIdentifier)The identifier of the project in which to create the environment profile.CreateEnvironmentProfileRequest.BuilderuserParameters(Collection<EnvironmentParameter> userParameters)The user parameters of this Amazon DataZone environment profile.CreateEnvironmentProfileRequest.BuilderuserParameters(Consumer<EnvironmentParameter.Builder>... userParameters)The user parameters of this Amazon DataZone environment profile.CreateEnvironmentProfileRequest.BuilderuserParameters(EnvironmentParameter... userParameters)The user parameters of this Amazon DataZone environment 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, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
CreateEnvironmentProfileRequest.Builder awsAccountId(String awsAccountId)
The Amazon Web Services account in which the Amazon DataZone environment is created.
- Parameters:
awsAccountId- The Amazon Web Services account in which the Amazon DataZone environment is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountRegion
CreateEnvironmentProfileRequest.Builder awsAccountRegion(String awsAccountRegion)
The Amazon Web Services region in which this environment profile is created.
- Parameters:
awsAccountRegion- The Amazon Web Services region in which this environment profile is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateEnvironmentProfileRequest.Builder description(String description)
The description of this Amazon DataZone environment profile.
- Parameters:
description- The description of this Amazon DataZone environment profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainIdentifier
CreateEnvironmentProfileRequest.Builder domainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this environment profile is created.
- Parameters:
domainIdentifier- The ID of the Amazon DataZone domain in which this environment profile is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentBlueprintIdentifier
CreateEnvironmentProfileRequest.Builder environmentBlueprintIdentifier(String environmentBlueprintIdentifier)
The ID of the blueprint with which this environment profile is created.
- Parameters:
environmentBlueprintIdentifier- The ID of the blueprint with which this environment profile is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateEnvironmentProfileRequest.Builder name(String name)
The name of this Amazon DataZone environment profile.
- Parameters:
name- The name of this Amazon DataZone environment profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectIdentifier
CreateEnvironmentProfileRequest.Builder projectIdentifier(String projectIdentifier)
The identifier of the project in which to create the environment profile.
- Parameters:
projectIdentifier- The identifier of the project in which to create the environment profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
CreateEnvironmentProfileRequest.Builder userParameters(Collection<EnvironmentParameter> userParameters)
The user parameters of this Amazon DataZone environment profile.
- Parameters:
userParameters- The user parameters of this Amazon DataZone environment profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
CreateEnvironmentProfileRequest.Builder userParameters(EnvironmentParameter... userParameters)
The user parameters of this Amazon DataZone environment profile.
- Parameters:
userParameters- The user parameters of this Amazon DataZone environment profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
CreateEnvironmentProfileRequest.Builder userParameters(Consumer<EnvironmentParameter.Builder>... userParameters)
The user parameters of this Amazon DataZone environment profile.
This is a convenience method that creates an instance of theEnvironmentParameter.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
CreateEnvironmentProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateEnvironmentProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-