Interface ProvisioningArtifactSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProvisioningArtifactSummary.Builder,
,ProvisioningArtifactSummary> SdkBuilder<ProvisioningArtifactSummary.Builder,
,ProvisioningArtifactSummary> SdkPojo
- Enclosing class:
ProvisioningArtifactSummary
public static interface ProvisioningArtifactSummary.Builder
extends SdkPojo, CopyableBuilder<ProvisioningArtifactSummary.Builder,ProvisioningArtifactSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedTime
(Instant createdTime) The UTC time stamp of the creation time.description
(String description) The description of the provisioning artifact.The identifier of the provisioning artifact.The name of the provisioning artifact.provisioningArtifactMetadata
(Map<String, String> provisioningArtifactMetadata) The metadata for the provisioning artifact.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, sdkFields
-
Method Details
-
id
The identifier of the provisioning artifact.
- Parameters:
id
- The identifier of the provisioning artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the provisioning artifact.
- Parameters:
name
- The name of the provisioning artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the provisioning artifact.
- Parameters:
description
- The description of the provisioning artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
The UTC time stamp of the creation time.
- Parameters:
createdTime
- The UTC time stamp of the creation time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningArtifactMetadata
ProvisioningArtifactSummary.Builder provisioningArtifactMetadata(Map<String, String> provisioningArtifactMetadata) The metadata for the provisioning artifact. This is used with Amazon Web Services Marketplace products.
- Parameters:
provisioningArtifactMetadata
- The metadata for the provisioning artifact. This is used with Amazon Web Services Marketplace products.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-