Interface ProvisioningArtifact.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProvisioningArtifact.Builder,
,ProvisioningArtifact> SdkBuilder<ProvisioningArtifact.Builder,
,ProvisioningArtifact> SdkPojo
- Enclosing class:
ProvisioningArtifact
public static interface ProvisioningArtifact.Builder
extends SdkPojo, CopyableBuilder<ProvisioningArtifact.Builder,ProvisioningArtifact>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedTime
(Instant createdTime) The UTC time stamp of the creation time.description
(String description) The description of the provisioning artifact.Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.guidance
(ProvisioningArtifactGuidance guidance) Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.The identifier of the provisioning artifact.The name of 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.
-
guidance
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
- Parameters:
guidance
- Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
guidance
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
- Parameters:
guidance
- Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-