Interface GetEnvironmentBlueprintConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetEnvironmentBlueprintConfigurationResponse.Builder,
,GetEnvironmentBlueprintConfigurationResponse> DataZoneResponse.Builder
,SdkBuilder<GetEnvironmentBlueprintConfigurationResponse.Builder,
,GetEnvironmentBlueprintConfigurationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetEnvironmentBlueprintConfigurationResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp of when this blueprint was created.The ID of the Amazon DataZone domain where this blueprint exists.enabledRegions
(String... enabledRegions) The Amazon Web Services regions in which this blueprint is enabled.enabledRegions
(Collection<String> enabledRegions) The Amazon Web Services regions in which this blueprint is enabled.environmentBlueprintId
(String environmentBlueprintId) The ID of the blueprint.environmentRolePermissionBoundary
(String environmentRolePermissionBoundary) The environment role permissions boundary.manageAccessRoleArn
(String manageAccessRoleArn) The ARN of the manage access role with which this blueprint is created.provisioningConfigurations
(Collection<ProvisioningConfiguration> provisioningConfigurations) The provisioning configuration of a blueprint.provisioningConfigurations
(Consumer<ProvisioningConfiguration.Builder>... provisioningConfigurations) The provisioning configuration of a blueprint.provisioningConfigurations
(ProvisioningConfiguration... provisioningConfigurations) The provisioning configuration of a blueprint.provisioningRoleArn
(String provisioningRoleArn) The ARN of the provisioning role with which this blueprint is created.The regional parameters of the blueprint.The timestamp of when this blueprint was upated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
createdAt
The timestamp of when this blueprint was created.
- Parameters:
createdAt
- The timestamp of when this blueprint was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
The ID of the Amazon DataZone domain where this blueprint exists.
- Parameters:
domainId
- The ID of the Amazon DataZone domain where this blueprint exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabledRegions
GetEnvironmentBlueprintConfigurationResponse.Builder enabledRegions(Collection<String> enabledRegions) The Amazon Web Services regions in which this blueprint is enabled.
- Parameters:
enabledRegions
- The Amazon Web Services regions in which this blueprint is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabledRegions
The Amazon Web Services regions in which this blueprint is enabled.
- Parameters:
enabledRegions
- The Amazon Web Services regions in which this blueprint is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentBlueprintId
GetEnvironmentBlueprintConfigurationResponse.Builder environmentBlueprintId(String environmentBlueprintId) The ID of the blueprint.
- Parameters:
environmentBlueprintId
- The ID of the blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentRolePermissionBoundary
GetEnvironmentBlueprintConfigurationResponse.Builder environmentRolePermissionBoundary(String environmentRolePermissionBoundary) The environment role permissions boundary.
- Parameters:
environmentRolePermissionBoundary
- The environment role permissions boundary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
manageAccessRoleArn
GetEnvironmentBlueprintConfigurationResponse.Builder manageAccessRoleArn(String manageAccessRoleArn) The ARN of the manage access role with which this blueprint is created.
- Parameters:
manageAccessRoleArn
- The ARN of the manage access role with which this blueprint is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningConfigurations
GetEnvironmentBlueprintConfigurationResponse.Builder provisioningConfigurations(Collection<ProvisioningConfiguration> provisioningConfigurations) The provisioning configuration of a blueprint.
- Parameters:
provisioningConfigurations
- The provisioning configuration of a blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningConfigurations
GetEnvironmentBlueprintConfigurationResponse.Builder provisioningConfigurations(ProvisioningConfiguration... provisioningConfigurations) The provisioning configuration of a blueprint.
- Parameters:
provisioningConfigurations
- The provisioning configuration of a blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningConfigurations
GetEnvironmentBlueprintConfigurationResponse.Builder provisioningConfigurations(Consumer<ProvisioningConfiguration.Builder>... provisioningConfigurations) The provisioning configuration of a blueprint.
This is a convenience method that creates an instance of theProvisioningConfiguration.Builder
avoiding the need to create one manually viaProvisioningConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toprovisioningConfigurations(List<ProvisioningConfiguration>)
.- Parameters:
provisioningConfigurations
- a consumer that will call methods onProvisioningConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
provisioningRoleArn
GetEnvironmentBlueprintConfigurationResponse.Builder provisioningRoleArn(String provisioningRoleArn) The ARN of the provisioning role with which this blueprint is created.
- Parameters:
provisioningRoleArn
- The ARN of the provisioning role with which this blueprint is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regionalParameters
GetEnvironmentBlueprintConfigurationResponse.Builder regionalParameters(Map<String, ? extends Map<String, String>> regionalParameters) The regional parameters of the blueprint.
- Parameters:
regionalParameters
- The regional parameters of the blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp of when this blueprint was upated.
- Parameters:
updatedAt
- The timestamp of when this blueprint was upated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-