public static interface CreateEnvironmentProfileRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<CreateEnvironmentProfileRequest.Builder,CreateEnvironmentProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentProfileRequest.Builder |
awsAccountId(String awsAccountId)
The Amazon Web Services account in which the Amazon DataZone environment is created.
|
CreateEnvironmentProfileRequest.Builder |
awsAccountRegion(String awsAccountRegion)
The Amazon Web Services region in which this environment profile is created.
|
CreateEnvironmentProfileRequest.Builder |
description(String description)
The description of this Amazon DataZone environment profile.
|
CreateEnvironmentProfileRequest.Builder |
domainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this environment profile is created.
|
CreateEnvironmentProfileRequest.Builder |
environmentBlueprintIdentifier(String environmentBlueprintIdentifier)
The ID of the blueprint with which this environment profile is created.
|
CreateEnvironmentProfileRequest.Builder |
name(String name)
The name of this Amazon DataZone environment profile.
|
CreateEnvironmentProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateEnvironmentProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateEnvironmentProfileRequest.Builder |
projectIdentifier(String projectIdentifier)
The identifier of the project in which to create the environment profile.
|
CreateEnvironmentProfileRequest.Builder |
userParameters(Collection<EnvironmentParameter> userParameters)
The user parameters of this Amazon DataZone environment profile.
|
CreateEnvironmentProfileRequest.Builder |
userParameters(Consumer<EnvironmentParameter.Builder>... userParameters)
The user parameters of this Amazon DataZone environment profile.
|
CreateEnvironmentProfileRequest.Builder |
userParameters(EnvironmentParameter... userParameters)
The user parameters of this Amazon DataZone environment profile.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateEnvironmentProfileRequest.Builder awsAccountId(String awsAccountId)
The Amazon Web Services account in which the Amazon DataZone environment is created.
awsAccountId - The Amazon Web Services account in which the Amazon DataZone environment is created.CreateEnvironmentProfileRequest.Builder awsAccountRegion(String awsAccountRegion)
The Amazon Web Services region in which this environment profile is created.
awsAccountRegion - The Amazon Web Services region in which this environment profile is created.CreateEnvironmentProfileRequest.Builder description(String description)
The description of this Amazon DataZone environment profile.
description - The description of this Amazon DataZone environment profile.CreateEnvironmentProfileRequest.Builder domainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this environment profile is created.
domainIdentifier - The ID of the Amazon DataZone domain in which this environment profile is created.CreateEnvironmentProfileRequest.Builder environmentBlueprintIdentifier(String environmentBlueprintIdentifier)
The ID of the blueprint with which this environment profile is created.
environmentBlueprintIdentifier - The ID of the blueprint with which this environment profile is created.CreateEnvironmentProfileRequest.Builder name(String name)
The name of this Amazon DataZone environment profile.
name - The name of this Amazon DataZone environment profile.CreateEnvironmentProfileRequest.Builder projectIdentifier(String projectIdentifier)
The identifier of the project in which to create the environment profile.
projectIdentifier - The identifier of the project in which to create the environment profile.CreateEnvironmentProfileRequest.Builder userParameters(Collection<EnvironmentParameter> userParameters)
The user parameters of this Amazon DataZone environment profile.
userParameters - The user parameters of this Amazon DataZone environment profile.CreateEnvironmentProfileRequest.Builder userParameters(EnvironmentParameter... userParameters)
The user parameters of this Amazon DataZone environment profile.
userParameters - The user parameters of this Amazon DataZone environment profile.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.Builder avoiding the need to
create one manually via EnvironmentParameter.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #userParameters(List.
userParameters - a consumer that will call methods on
EnvironmentParameter.Builder#userParameters(java.util.Collection) CreateEnvironmentProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateEnvironmentProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.