public static interface GetEnvironmentBlueprintConfigurationResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetEnvironmentBlueprintConfigurationResponse.Builder,GetEnvironmentBlueprintConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetEnvironmentBlueprintConfigurationResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when this blueprint was created.
|
GetEnvironmentBlueprintConfigurationResponse.Builder |
domainId(String domainId)
The ID of the Amazon DataZone domain where this blueprint exists.
|
GetEnvironmentBlueprintConfigurationResponse.Builder |
enabledRegions(Collection<String> enabledRegions)
The Amazon Web Services regions in which this blueprint is enabled.
|
GetEnvironmentBlueprintConfigurationResponse.Builder |
enabledRegions(String... enabledRegions)
The Amazon Web Services regions in which this blueprint is enabled.
|
GetEnvironmentBlueprintConfigurationResponse.Builder |
environmentBlueprintId(String environmentBlueprintId)
The ID of the blueprint.
|
GetEnvironmentBlueprintConfigurationResponse.Builder |
manageAccessRoleArn(String manageAccessRoleArn)
The ARN of the manage access role with which this blueprint is created.
|
GetEnvironmentBlueprintConfigurationResponse.Builder |
provisioningRoleArn(String provisioningRoleArn)
The ARN of the provisioning role with which this blueprint is created.
|
GetEnvironmentBlueprintConfigurationResponse.Builder |
regionalParameters(Map<String,? extends Map<String,String>> regionalParameters)
The regional parameters of the blueprint.
|
GetEnvironmentBlueprintConfigurationResponse.Builder |
updatedAt(Instant updatedAt)
The timestamp of when this blueprint was upated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEnvironmentBlueprintConfigurationResponse.Builder createdAt(Instant createdAt)
The timestamp of when this blueprint was created.
createdAt - The timestamp of when this blueprint was created.GetEnvironmentBlueprintConfigurationResponse.Builder domainId(String domainId)
The ID of the Amazon DataZone domain where this blueprint exists.
domainId - The ID of the Amazon DataZone domain where this blueprint exists.GetEnvironmentBlueprintConfigurationResponse.Builder enabledRegions(Collection<String> enabledRegions)
The Amazon Web Services regions in which this blueprint is enabled.
enabledRegions - The Amazon Web Services regions in which this blueprint is enabled.GetEnvironmentBlueprintConfigurationResponse.Builder enabledRegions(String... enabledRegions)
The Amazon Web Services regions in which this blueprint is enabled.
enabledRegions - The Amazon Web Services regions in which this blueprint is enabled.GetEnvironmentBlueprintConfigurationResponse.Builder environmentBlueprintId(String environmentBlueprintId)
The ID of the blueprint.
environmentBlueprintId - The ID of the blueprint.GetEnvironmentBlueprintConfigurationResponse.Builder manageAccessRoleArn(String manageAccessRoleArn)
The ARN of the manage access role with which this blueprint is created.
manageAccessRoleArn - The ARN of the manage access role with which this blueprint is created.GetEnvironmentBlueprintConfigurationResponse.Builder provisioningRoleArn(String provisioningRoleArn)
The ARN of the provisioning role with which this blueprint is created.
provisioningRoleArn - The ARN of the provisioning role with which this blueprint is created.GetEnvironmentBlueprintConfigurationResponse.Builder regionalParameters(Map<String,? extends Map<String,String>> regionalParameters)
The regional parameters of the blueprint.
regionalParameters - The regional parameters of the blueprint.GetEnvironmentBlueprintConfigurationResponse.Builder updatedAt(Instant updatedAt)
The timestamp of when this blueprint was upated.
updatedAt - The timestamp of when this blueprint was upated.Copyright © 2023. All rights reserved.