public static interface PutEnvironmentBlueprintConfigurationResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<PutEnvironmentBlueprintConfigurationResponse.Builder,PutEnvironmentBlueprintConfigurationResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutEnvironmentBlueprintConfigurationResponse.Builder createdAt(Instant createdAt)
The timestamp of when the environment blueprint was created.
createdAt - The timestamp of when the environment blueprint was created.PutEnvironmentBlueprintConfigurationResponse.Builder domainId(String domainId)
The identifier of the Amazon DataZone domain.
domainId - The identifier of the Amazon DataZone domain.PutEnvironmentBlueprintConfigurationResponse.Builder enabledRegions(Collection<String> enabledRegions)
Specifies the enabled Amazon Web Services Regions.
enabledRegions - Specifies the enabled Amazon Web Services Regions.PutEnvironmentBlueprintConfigurationResponse.Builder enabledRegions(String... enabledRegions)
Specifies the enabled Amazon Web Services Regions.
enabledRegions - Specifies the enabled Amazon Web Services Regions.PutEnvironmentBlueprintConfigurationResponse.Builder environmentBlueprintId(String environmentBlueprintId)
The identifier of the environment blueprint.
environmentBlueprintId - The identifier of the environment blueprint.PutEnvironmentBlueprintConfigurationResponse.Builder manageAccessRoleArn(String manageAccessRoleArn)
The ARN of the manage access role.
manageAccessRoleArn - The ARN of the manage access role.PutEnvironmentBlueprintConfigurationResponse.Builder provisioningRoleArn(String provisioningRoleArn)
The ARN of the provisioning role.
provisioningRoleArn - The ARN of the provisioning role.PutEnvironmentBlueprintConfigurationResponse.Builder regionalParameters(Map<String,? extends Map<String,String>> regionalParameters)
The regional parameters in the environment blueprint.
regionalParameters - The regional parameters in the environment blueprint.PutEnvironmentBlueprintConfigurationResponse.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.