Interface EnvironmentBlueprintConfigurationItem.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<EnvironmentBlueprintConfigurationItem.Builder,,- EnvironmentBlueprintConfigurationItem> - SdkBuilder<EnvironmentBlueprintConfigurationItem.Builder,,- EnvironmentBlueprintConfigurationItem> - SdkPojo
- Enclosing class:
- EnvironmentBlueprintConfigurationItem
- 
Method SummaryModifier and TypeMethodDescriptionThe timestamp of when an environment blueprint was created.The identifier of the Amazon DataZone domain in which an environment blueprint exists.enabledRegions(String... enabledRegions) The enabled Amazon Web Services Regions specified in a blueprint configuration.enabledRegions(Collection<String> enabledRegions) The enabled Amazon Web Services Regions specified in a blueprint configuration.environmentBlueprintId(String environmentBlueprintId) The identifier of the environment blueprint.environmentRolePermissionBoundary(String environmentRolePermissionBoundary) The environment role permission boundary.manageAccessRoleArn(String manageAccessRoleArn) The ARN of the manage access role specified in the environment blueprint configuration.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 specified in the environment blueprint configuration.The regional parameters of the environment blueprint.The timestamp of when the environment blueprint was updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
createdAtThe timestamp of when an environment blueprint was created. - Parameters:
- createdAt- The timestamp of when an environment blueprint was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
domainIdThe identifier of the Amazon DataZone domain in which an environment blueprint exists. - Parameters:
- domainId- The identifier of the Amazon DataZone domain in which an environment blueprint exists.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
enabledRegionsThe enabled Amazon Web Services Regions specified in a blueprint configuration. - Parameters:
- enabledRegions- The enabled Amazon Web Services Regions specified in a blueprint configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
enabledRegionsThe enabled Amazon Web Services Regions specified in a blueprint configuration. - Parameters:
- enabledRegions- The enabled Amazon Web Services Regions specified in a blueprint configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
environmentBlueprintIdThe identifier of the environment blueprint. - Parameters:
- environmentBlueprintId- The identifier of the environment blueprint.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
environmentRolePermissionBoundaryEnvironmentBlueprintConfigurationItem.Builder environmentRolePermissionBoundary(String environmentRolePermissionBoundary) The environment role permission boundary. - Parameters:
- environmentRolePermissionBoundary- The environment role permission boundary.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
manageAccessRoleArnThe ARN of the manage access role specified in the environment blueprint configuration. - Parameters:
- manageAccessRoleArn- The ARN of the manage access role specified in the environment blueprint configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
provisioningConfigurationsEnvironmentBlueprintConfigurationItem.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.
 
- 
provisioningConfigurationsEnvironmentBlueprintConfigurationItem.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.
 
- 
provisioningConfigurationsEnvironmentBlueprintConfigurationItem.Builder provisioningConfigurations(Consumer<ProvisioningConfiguration.Builder>... provisioningConfigurations) The provisioning configuration of a blueprint. This is a convenience method that creates an instance of theProvisioningConfiguration.Builderavoiding the need to create one manually viaProvisioningConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprovisioningConfigurations(List<ProvisioningConfiguration>).- Parameters:
- provisioningConfigurations- a consumer that will call methods on- ProvisioningConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
provisioningRoleArnThe ARN of the provisioning role specified in the environment blueprint configuration. - Parameters:
- provisioningRoleArn- The ARN of the provisioning role specified in the environment blueprint configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
regionalParametersEnvironmentBlueprintConfigurationItem.Builder regionalParameters(Map<String, ? extends Map<String, String>> regionalParameters) The regional parameters of the environment blueprint. - Parameters:
- regionalParameters- The regional parameters of the environment blueprint.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
updatedAtThe timestamp of when the environment blueprint was updated. - Parameters:
- updatedAt- The timestamp of when the environment blueprint was updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-