public static interface GetEnvironmentProfileResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetEnvironmentProfileResponse.Builder,GetEnvironmentProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
GetEnvironmentProfileResponse.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account where this environment profile exists.
|
GetEnvironmentProfileResponse.Builder |
awsAccountRegion(String awsAccountRegion)
The Amazon Web Services region where this environment profile exists.
|
GetEnvironmentProfileResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when this environment profile was created.
|
GetEnvironmentProfileResponse.Builder |
createdBy(String createdBy)
The Amazon DataZone user who created this environment profile.
|
GetEnvironmentProfileResponse.Builder |
description(String description)
The description of the environment profile.
|
GetEnvironmentProfileResponse.Builder |
domainId(String domainId)
The ID of the Amazon DataZone domain in which this environment profile exists.
|
GetEnvironmentProfileResponse.Builder |
environmentBlueprintId(String environmentBlueprintId)
The ID of the blueprint with which this environment profile is created.
|
GetEnvironmentProfileResponse.Builder |
id(String id)
The ID of the environment profile.
|
GetEnvironmentProfileResponse.Builder |
name(String name)
The name of the environment profile.
|
GetEnvironmentProfileResponse.Builder |
projectId(String projectId)
The ID of the Amazon DataZone project in which this environment profile is created.
|
GetEnvironmentProfileResponse.Builder |
updatedAt(Instant updatedAt)
The timestamp of when this environment profile was upated.
|
GetEnvironmentProfileResponse.Builder |
userParameters(Collection<CustomParameter> userParameters)
The user parameters of the environment profile.
|
GetEnvironmentProfileResponse.Builder |
userParameters(Consumer<CustomParameter.Builder>... userParameters)
The user parameters of the environment profile.
|
GetEnvironmentProfileResponse.Builder |
userParameters(CustomParameter... userParameters)
The user parameters of the environment profile.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEnvironmentProfileResponse.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account where this environment profile exists.
awsAccountId - The ID of the Amazon Web Services account where this environment profile exists.GetEnvironmentProfileResponse.Builder awsAccountRegion(String awsAccountRegion)
The Amazon Web Services region where this environment profile exists.
awsAccountRegion - The Amazon Web Services region where this environment profile exists.GetEnvironmentProfileResponse.Builder createdAt(Instant createdAt)
The timestamp of when this environment profile was created.
createdAt - The timestamp of when this environment profile was created.GetEnvironmentProfileResponse.Builder createdBy(String createdBy)
The Amazon DataZone user who created this environment profile.
createdBy - The Amazon DataZone user who created this environment profile.GetEnvironmentProfileResponse.Builder description(String description)
The description of the environment profile.
description - The description of the environment profile.GetEnvironmentProfileResponse.Builder domainId(String domainId)
The ID of the Amazon DataZone domain in which this environment profile exists.
domainId - The ID of the Amazon DataZone domain in which this environment profile exists.GetEnvironmentProfileResponse.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.GetEnvironmentProfileResponse.Builder id(String id)
The ID of the environment profile.
id - The ID of the environment profile.GetEnvironmentProfileResponse.Builder name(String name)
The name of the environment profile.
name - The name of the environment profile.GetEnvironmentProfileResponse.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.GetEnvironmentProfileResponse.Builder updatedAt(Instant updatedAt)
The timestamp of when this environment profile was upated.
updatedAt - The timestamp of when this environment profile was upated.GetEnvironmentProfileResponse.Builder userParameters(Collection<CustomParameter> userParameters)
The user parameters of the environment profile.
userParameters - The user parameters of the environment profile.GetEnvironmentProfileResponse.Builder userParameters(CustomParameter... userParameters)
The user parameters of the environment profile.
userParameters - The user parameters of the environment profile.GetEnvironmentProfileResponse.Builder userParameters(Consumer<CustomParameter.Builder>... userParameters)
The user parameters of the 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.