Interface EnvironmentBlueprintSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EnvironmentBlueprintSummary.Builder,
,EnvironmentBlueprintSummary> SdkBuilder<EnvironmentBlueprintSummary.Builder,
,EnvironmentBlueprintSummary> SdkPojo
- Enclosing class:
EnvironmentBlueprintSummary
@Mutable
@NotThreadSafe
public static interface EnvironmentBlueprintSummary.Builder
extends SdkPojo, CopyableBuilder<EnvironmentBlueprintSummary.Builder,EnvironmentBlueprintSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp of when an environment blueprint was created.description
(String description) The description of a blueprint.The identifier of the blueprint.The name of the blueprint.The provider of the blueprint.provisioningProperties
(Consumer<ProvisioningProperties.Builder> provisioningProperties) The provisioning properties of the blueprint.provisioningProperties
(ProvisioningProperties provisioningProperties) The provisioning properties of the blueprint.The timestamp of when the blueprint was enabled.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
createdAt
The 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.
-
description
The description of a blueprint.
- Parameters:
description
- The description of a blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The identifier of the blueprint.
- Parameters:
id
- The identifier of the blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the blueprint.
- Parameters:
name
- The name of the blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provider
The provider of the blueprint.
- Parameters:
provider
- The provider of the blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningProperties
EnvironmentBlueprintSummary.Builder provisioningProperties(ProvisioningProperties provisioningProperties) The provisioning properties of the blueprint.
- Parameters:
provisioningProperties
- The provisioning properties of the blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningProperties
default EnvironmentBlueprintSummary.Builder provisioningProperties(Consumer<ProvisioningProperties.Builder> provisioningProperties) The provisioning properties of the blueprint.
This is a convenience method that creates an instance of theProvisioningProperties.Builder
avoiding the need to create one manually viaProvisioningProperties.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toprovisioningProperties(ProvisioningProperties)
.- Parameters:
provisioningProperties
- a consumer that will call methods onProvisioningProperties.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updatedAt
The timestamp of when the blueprint was enabled.
- Parameters:
updatedAt
- The timestamp of when the blueprint was enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-