| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
GetEnvironmentProfileResponse.Builder |
GetEnvironmentProfileResponse.Builder.awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account where this environment profile exists.
|
GetEnvironmentProfileResponse.Builder |
GetEnvironmentProfileResponse.Builder.awsAccountRegion(String awsAccountRegion)
The Amazon Web Services region where this environment profile exists.
|
static GetEnvironmentProfileResponse.Builder |
GetEnvironmentProfileResponse.builder() |
GetEnvironmentProfileResponse.Builder |
GetEnvironmentProfileResponse.Builder.createdAt(Instant createdAt)
The timestamp of when this environment profile was created.
|
GetEnvironmentProfileResponse.Builder |
GetEnvironmentProfileResponse.Builder.createdBy(String createdBy)
The Amazon DataZone user who created this environment profile.
|
GetEnvironmentProfileResponse.Builder |
GetEnvironmentProfileResponse.Builder.description(String description)
The description of the environment profile.
|
GetEnvironmentProfileResponse.Builder |
GetEnvironmentProfileResponse.Builder.domainId(String domainId)
The ID of the Amazon DataZone domain in which this environment profile exists.
|
GetEnvironmentProfileResponse.Builder |
GetEnvironmentProfileResponse.Builder.environmentBlueprintId(String environmentBlueprintId)
The ID of the blueprint with which this environment profile is created.
|
GetEnvironmentProfileResponse.Builder |
GetEnvironmentProfileResponse.Builder.id(String id)
The ID of the environment profile.
|
GetEnvironmentProfileResponse.Builder |
GetEnvironmentProfileResponse.Builder.name(String name)
The name of the environment profile.
|
GetEnvironmentProfileResponse.Builder |
GetEnvironmentProfileResponse.Builder.projectId(String projectId)
The ID of the Amazon DataZone project in which this environment profile is created.
|
GetEnvironmentProfileResponse.Builder |
GetEnvironmentProfileResponse.toBuilder() |
GetEnvironmentProfileResponse.Builder |
GetEnvironmentProfileResponse.Builder.updatedAt(Instant updatedAt)
The timestamp of when this environment profile was upated.
|
GetEnvironmentProfileResponse.Builder |
GetEnvironmentProfileResponse.Builder.userParameters(Collection<CustomParameter> userParameters)
The user parameters of the environment profile.
|
GetEnvironmentProfileResponse.Builder |
GetEnvironmentProfileResponse.Builder.userParameters(Consumer<CustomParameter.Builder>... userParameters)
The user parameters of the environment profile.
|
GetEnvironmentProfileResponse.Builder |
GetEnvironmentProfileResponse.Builder.userParameters(CustomParameter... userParameters)
The user parameters of the environment profile.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetEnvironmentProfileResponse.Builder> |
GetEnvironmentProfileResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.