public static interface CreateEnvironmentProfileResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<CreateEnvironmentProfileResponse.Builder,CreateEnvironmentProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentProfileResponse.Builder |
awsAccountId(String awsAccountId)
The Amazon Web Services account ID in which this Amazon DataZone environment profile is created.
|
CreateEnvironmentProfileResponse.Builder |
awsAccountRegion(String awsAccountRegion)
The Amazon Web Services region in which this Amazon DataZone environment profile is created.
|
CreateEnvironmentProfileResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when this environment profile was created.
|
CreateEnvironmentProfileResponse.Builder |
createdBy(String createdBy)
The Amazon DataZone user who created this environment profile.
|
CreateEnvironmentProfileResponse.Builder |
description(String description)
The description of this Amazon DataZone environment profile.
|
CreateEnvironmentProfileResponse.Builder |
domainId(String domainId)
The ID of the Amazon DataZone domain in which this environment profile is created.
|
CreateEnvironmentProfileResponse.Builder |
environmentBlueprintId(String environmentBlueprintId)
The ID of the blueprint with which this environment profile is created.
|
CreateEnvironmentProfileResponse.Builder |
id(String id)
The ID of this Amazon DataZone environment profile.
|
CreateEnvironmentProfileResponse.Builder |
name(String name)
The name of this Amazon DataZone environment profile.
|
CreateEnvironmentProfileResponse.Builder |
projectId(String projectId)
The ID of the Amazon DataZone project in which this environment profile is created.
|
CreateEnvironmentProfileResponse.Builder |
updatedAt(Instant updatedAt)
The timestamp of when this environment profile was updated.
|
CreateEnvironmentProfileResponse.Builder |
userParameters(Collection<CustomParameter> userParameters)
The user parameters of this Amazon DataZone environment profile.
|
CreateEnvironmentProfileResponse.Builder |
userParameters(Consumer<CustomParameter.Builder>... userParameters)
The user parameters of this Amazon DataZone environment profile.
|
CreateEnvironmentProfileResponse.Builder |
userParameters(CustomParameter... userParameters)
The user parameters of this Amazon DataZone environment profile.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateEnvironmentProfileResponse.Builder awsAccountId(String awsAccountId)
The Amazon Web Services account ID in which this Amazon DataZone environment profile is created.
awsAccountId - The Amazon Web Services account ID in which this Amazon DataZone environment profile is created.CreateEnvironmentProfileResponse.Builder awsAccountRegion(String awsAccountRegion)
The Amazon Web Services region in which this Amazon DataZone environment profile is created.
awsAccountRegion - The Amazon Web Services region in which this Amazon DataZone environment profile is created.CreateEnvironmentProfileResponse.Builder createdAt(Instant createdAt)
The timestamp of when this environment profile was created.
createdAt - The timestamp of when this environment profile was created.CreateEnvironmentProfileResponse.Builder createdBy(String createdBy)
The Amazon DataZone user who created this environment profile.
createdBy - The Amazon DataZone user who created this environment profile.CreateEnvironmentProfileResponse.Builder description(String description)
The description of this Amazon DataZone environment profile.
description - The description of this Amazon DataZone environment profile.CreateEnvironmentProfileResponse.Builder domainId(String domainId)
The ID of the Amazon DataZone domain in which this environment profile is created.
domainId - The ID of the Amazon DataZone domain in which this environment profile is created.CreateEnvironmentProfileResponse.Builder environmentBlueprintId(String environmentBlueprintId)
The ID of the blueprint with which this environment profile is created.
environmentBlueprintId - The ID of the blueprint with which this environment profile is created.CreateEnvironmentProfileResponse.Builder id(String id)
The ID of this Amazon DataZone environment profile.
id - The ID of this Amazon DataZone environment profile.CreateEnvironmentProfileResponse.Builder name(String name)
The name of this Amazon DataZone environment profile.
name - The name of this Amazon DataZone environment profile.CreateEnvironmentProfileResponse.Builder projectId(String projectId)
The ID of the Amazon DataZone project in which this environment profile is created.
projectId - The ID of the Amazon DataZone project in which this environment profile is created.CreateEnvironmentProfileResponse.Builder updatedAt(Instant updatedAt)
The timestamp of when this environment profile was updated.
updatedAt - The timestamp of when this environment profile was updated.CreateEnvironmentProfileResponse.Builder userParameters(Collection<CustomParameter> userParameters)
The user parameters of this Amazon DataZone environment profile.
userParameters - The user parameters of this Amazon DataZone environment profile.CreateEnvironmentProfileResponse.Builder userParameters(CustomParameter... userParameters)
The user parameters of this Amazon DataZone environment profile.
userParameters - The user parameters of this Amazon DataZone environment profile.CreateEnvironmentProfileResponse.Builder userParameters(Consumer<CustomParameter.Builder>... userParameters)
The user parameters of this Amazon DataZone environment profile.
This is a convenience method that creates an instance of theCustomParameter.Builder avoiding the need to create
one manually via CustomParameter.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
CustomParameter.Builder#userParameters(java.util.Collection) Copyright © 2023. All rights reserved.