Interface GetEnvironmentBlueprintConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetEnvironmentBlueprintConfigurationResponse.Builder,GetEnvironmentBlueprintConfigurationResponse>,DataZoneResponse.Builder,SdkBuilder<GetEnvironmentBlueprintConfigurationResponse.Builder,GetEnvironmentBlueprintConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetEnvironmentBlueprintConfigurationResponse
public static interface GetEnvironmentBlueprintConfigurationResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetEnvironmentBlueprintConfigurationResponse.Builder,GetEnvironmentBlueprintConfigurationResponse>
-
-
Method Summary
-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
createdAt
GetEnvironmentBlueprintConfigurationResponse.Builder createdAt(Instant 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
GetEnvironmentBlueprintConfigurationResponse.Builder domainId(String 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
GetEnvironmentBlueprintConfigurationResponse.Builder enabledRegions(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.
-
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.
-
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.Builderavoiding the need to create one manually viaProvisioningConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#provisioningConfigurations(List.) - 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:
#provisioningConfigurations(java.util.Collection)
-
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
GetEnvironmentBlueprintConfigurationResponse.Builder updatedAt(Instant 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.
-
-