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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProvisioningArtifactSummary.BuildercreatedTime(Instant createdTime)The UTC time stamp of the creation time.ProvisioningArtifactSummary.Builderdescription(String description)The description of the provisioning artifact.ProvisioningArtifactSummary.Builderid(String id)The identifier of the provisioning artifact.ProvisioningArtifactSummary.Buildername(String name)The name of the provisioning artifact.ProvisioningArtifactSummary.BuilderprovisioningArtifactMetadata(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 Detail
-
id
ProvisioningArtifactSummary.Builder id(String 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
ProvisioningArtifactSummary.Builder name(String 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
ProvisioningArtifactSummary.Builder description(String 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
ProvisioningArtifactSummary.Builder createdTime(Instant 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.
-
-