public static interface EnvironmentProfileSummary.Builder extends SdkPojo, CopyableBuilder<EnvironmentProfileSummary.Builder,EnvironmentProfileSummary>
| Modifier and Type | Method and Description |
|---|---|
EnvironmentProfileSummary.Builder |
awsAccountId(String awsAccountId)
The identifier of an Amazon Web Services account in which an environment profile exists.
|
EnvironmentProfileSummary.Builder |
awsAccountRegion(String awsAccountRegion)
The Amazon Web Services Region in which an environment profile exists.
|
EnvironmentProfileSummary.Builder |
createdAt(Instant createdAt)
The timestamp of when an environment profile was created.
|
EnvironmentProfileSummary.Builder |
createdBy(String createdBy)
The Amazon DataZone user who created the environment profile.
|
EnvironmentProfileSummary.Builder |
description(String description)
The description of the environment profile.
|
EnvironmentProfileSummary.Builder |
domainId(String domainId)
The identifier of the Amazon DataZone domain in which the environment profile exists.
|
EnvironmentProfileSummary.Builder |
environmentBlueprintId(String environmentBlueprintId)
The identifier of a blueprint with which an environment profile is created.
|
EnvironmentProfileSummary.Builder |
id(String id)
The identifier of the environment profile.
|
EnvironmentProfileSummary.Builder |
name(String name)
The name of the environment profile.
|
EnvironmentProfileSummary.Builder |
projectId(String projectId)
The identifier of a project in which an environment profile exists.
|
EnvironmentProfileSummary.Builder |
updatedAt(Instant updatedAt)
The timestamp of when the environment profile was updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEnvironmentProfileSummary.Builder awsAccountId(String awsAccountId)
The identifier of an Amazon Web Services account in which an environment profile exists.
awsAccountId - The identifier of an Amazon Web Services account in which an environment profile exists.EnvironmentProfileSummary.Builder awsAccountRegion(String awsAccountRegion)
The Amazon Web Services Region in which an environment profile exists.
awsAccountRegion - The Amazon Web Services Region in which an environment profile exists.EnvironmentProfileSummary.Builder createdAt(Instant createdAt)
The timestamp of when an environment profile was created.
createdAt - The timestamp of when an environment profile was created.EnvironmentProfileSummary.Builder createdBy(String createdBy)
The Amazon DataZone user who created the environment profile.
createdBy - The Amazon DataZone user who created the environment profile.EnvironmentProfileSummary.Builder description(String description)
The description of the environment profile.
description - The description of the environment profile.EnvironmentProfileSummary.Builder domainId(String domainId)
The identifier of the Amazon DataZone domain in which the environment profile exists.
domainId - The identifier of the Amazon DataZone domain in which the environment profile exists.EnvironmentProfileSummary.Builder environmentBlueprintId(String environmentBlueprintId)
The identifier of a blueprint with which an environment profile is created.
environmentBlueprintId - The identifier of a blueprint with which an environment profile is created.EnvironmentProfileSummary.Builder id(String id)
The identifier of the environment profile.
id - The identifier of the environment profile.EnvironmentProfileSummary.Builder name(String name)
The name of the environment profile.
name - The name of the environment profile.EnvironmentProfileSummary.Builder projectId(String projectId)
The identifier of a project in which an environment profile exists.
projectId - The identifier of a project in which an environment profile exists.EnvironmentProfileSummary.Builder updatedAt(Instant updatedAt)
The timestamp of when the environment profile was updated.
updatedAt - The timestamp of when the environment profile was updated.Copyright © 2023. All rights reserved.