public static interface EnvironmentBlueprintConfigurationItem.Builder extends SdkPojo, CopyableBuilder<EnvironmentBlueprintConfigurationItem.Builder,EnvironmentBlueprintConfigurationItem>
| Modifier and Type | Method and Description |
|---|---|
EnvironmentBlueprintConfigurationItem.Builder |
createdAt(Instant createdAt)
The timestamp of when an environment blueprint was created.
|
EnvironmentBlueprintConfigurationItem.Builder |
domainId(String domainId)
The identifier of the Amazon DataZone domain in which an environment blueprint exists.
|
EnvironmentBlueprintConfigurationItem.Builder |
enabledRegions(Collection<String> enabledRegions)
The enabled Amazon Web Services Regions specified in a blueprint configuration.
|
EnvironmentBlueprintConfigurationItem.Builder |
enabledRegions(String... enabledRegions)
The enabled Amazon Web Services Regions specified in a blueprint configuration.
|
EnvironmentBlueprintConfigurationItem.Builder |
environmentBlueprintId(String environmentBlueprintId)
The identifier of the environment blueprint.
|
EnvironmentBlueprintConfigurationItem.Builder |
manageAccessRoleArn(String manageAccessRoleArn)
The ARN of the manage access role specified in the environment blueprint configuration.
|
EnvironmentBlueprintConfigurationItem.Builder |
provisioningRoleArn(String provisioningRoleArn)
The ARN of the provisioning role specified in the environment blueprint configuration.
|
EnvironmentBlueprintConfigurationItem.Builder |
regionalParameters(Map<String,? extends Map<String,String>> regionalParameters)
The regional parameters of the environment blueprint.
|
EnvironmentBlueprintConfigurationItem.Builder |
updatedAt(Instant updatedAt)
The timestamp of when the environment blueprint was updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEnvironmentBlueprintConfigurationItem.Builder createdAt(Instant createdAt)
The timestamp of when an environment blueprint was created.
createdAt - The timestamp of when an environment blueprint was created.EnvironmentBlueprintConfigurationItem.Builder domainId(String domainId)
The identifier of the Amazon DataZone domain in which an environment blueprint exists.
domainId - The identifier of the Amazon DataZone domain in which an environment blueprint exists.EnvironmentBlueprintConfigurationItem.Builder enabledRegions(Collection<String> enabledRegions)
The enabled Amazon Web Services Regions specified in a blueprint configuration.
enabledRegions - The enabled Amazon Web Services Regions specified in a blueprint configuration.EnvironmentBlueprintConfigurationItem.Builder enabledRegions(String... enabledRegions)
The enabled Amazon Web Services Regions specified in a blueprint configuration.
enabledRegions - The enabled Amazon Web Services Regions specified in a blueprint configuration.EnvironmentBlueprintConfigurationItem.Builder environmentBlueprintId(String environmentBlueprintId)
The identifier of the environment blueprint.
environmentBlueprintId - The identifier of the environment blueprint.EnvironmentBlueprintConfigurationItem.Builder manageAccessRoleArn(String manageAccessRoleArn)
The ARN of the manage access role specified in the environment blueprint configuration.
manageAccessRoleArn - The ARN of the manage access role specified in the environment blueprint configuration.EnvironmentBlueprintConfigurationItem.Builder provisioningRoleArn(String provisioningRoleArn)
The ARN of the provisioning role specified in the environment blueprint configuration.
provisioningRoleArn - The ARN of the provisioning role specified in the environment blueprint configuration.EnvironmentBlueprintConfigurationItem.Builder regionalParameters(Map<String,? extends Map<String,String>> regionalParameters)
The regional parameters of the environment blueprint.
regionalParameters - The regional parameters of the environment blueprint.EnvironmentBlueprintConfigurationItem.Builder updatedAt(Instant updatedAt)
The timestamp of when the environment blueprint was updated.
updatedAt - The timestamp of when the environment blueprint was updated.Copyright © 2023. All rights reserved.