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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetEnvironmentBlueprintConfigurationResponse.BuildercreatedAt(Instant createdAt)The timestamp of when this blueprint was created.GetEnvironmentBlueprintConfigurationResponse.BuilderdomainId(String domainId)The ID of the Amazon DataZone domain where this blueprint exists.GetEnvironmentBlueprintConfigurationResponse.BuilderenabledRegions(String... enabledRegions)The Amazon Web Services regions in which this blueprint is enabled.GetEnvironmentBlueprintConfigurationResponse.BuilderenabledRegions(Collection<String> enabledRegions)The Amazon Web Services regions in which this blueprint is enabled.GetEnvironmentBlueprintConfigurationResponse.BuilderenvironmentBlueprintId(String environmentBlueprintId)The ID of the blueprint.GetEnvironmentBlueprintConfigurationResponse.BuildermanageAccessRoleArn(String manageAccessRoleArn)The ARN of the manage access role with which this blueprint is created.GetEnvironmentBlueprintConfigurationResponse.BuilderprovisioningRoleArn(String provisioningRoleArn)The ARN of the provisioning role with which this blueprint is created.GetEnvironmentBlueprintConfigurationResponse.BuilderregionalParameters(Map<String,? extends Map<String,String>> regionalParameters)The regional parameters of the blueprint.GetEnvironmentBlueprintConfigurationResponse.BuilderupdatedAt(Instant updatedAt)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, 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.
-
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.
-
-