CreateEnvironmentProfileResponse.Builder |
CreateEnvironmentProfileResponse.Builder.awsAccountId(String awsAccountId) |
The Amazon Web Services account ID in which this Amazon DataZone environment profile is created.
|
CreateEnvironmentProfileResponse.Builder |
CreateEnvironmentProfileResponse.Builder.awsAccountRegion(String awsAccountRegion) |
The Amazon Web Services region in which this Amazon DataZone environment profile is created.
|
static CreateEnvironmentProfileResponse.Builder |
CreateEnvironmentProfileResponse.builder() |
|
CreateEnvironmentProfileResponse.Builder |
CreateEnvironmentProfileResponse.Builder.createdAt(Instant createdAt) |
The timestamp of when this environment profile was created.
|
CreateEnvironmentProfileResponse.Builder |
CreateEnvironmentProfileResponse.Builder.createdBy(String createdBy) |
The Amazon DataZone user who created this environment profile.
|
CreateEnvironmentProfileResponse.Builder |
CreateEnvironmentProfileResponse.Builder.description(String description) |
The description of this Amazon DataZone environment profile.
|
CreateEnvironmentProfileResponse.Builder |
CreateEnvironmentProfileResponse.Builder.domainId(String domainId) |
The ID of the Amazon DataZone domain in which this environment profile is created.
|
CreateEnvironmentProfileResponse.Builder |
CreateEnvironmentProfileResponse.Builder.environmentBlueprintId(String environmentBlueprintId) |
The ID of the blueprint with which this environment profile is created.
|
CreateEnvironmentProfileResponse.Builder |
CreateEnvironmentProfileResponse.Builder.id(String id) |
The ID of this Amazon DataZone environment profile.
|
CreateEnvironmentProfileResponse.Builder |
CreateEnvironmentProfileResponse.Builder.name(String name) |
The name of this Amazon DataZone environment profile.
|
CreateEnvironmentProfileResponse.Builder |
CreateEnvironmentProfileResponse.Builder.projectId(String projectId) |
The ID of the Amazon DataZone project in which this environment profile is created.
|
CreateEnvironmentProfileResponse.Builder |
CreateEnvironmentProfileResponse.toBuilder() |
|
CreateEnvironmentProfileResponse.Builder |
CreateEnvironmentProfileResponse.Builder.updatedAt(Instant updatedAt) |
The timestamp of when this environment profile was updated.
|
CreateEnvironmentProfileResponse.Builder |
CreateEnvironmentProfileResponse.Builder.userParameters(Collection<CustomParameter> userParameters) |
The user parameters of this Amazon DataZone environment profile.
|
CreateEnvironmentProfileResponse.Builder |
CreateEnvironmentProfileResponse.Builder.userParameters(Consumer<CustomParameter.Builder>... userParameters) |
The user parameters of this Amazon DataZone environment profile.
|
CreateEnvironmentProfileResponse.Builder |
CreateEnvironmentProfileResponse.Builder.userParameters(CustomParameter... userParameters) |
The user parameters of this Amazon DataZone environment profile.
|