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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProvisioningArtifact.BuildercreatedTime(Instant createdTime)The UTC time stamp of the creation time.ProvisioningArtifact.Builderdescription(String description)The description of the provisioning artifact.ProvisioningArtifact.Builderguidance(String guidance)Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.ProvisioningArtifact.Builderguidance(ProvisioningArtifactGuidance guidance)Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.ProvisioningArtifact.Builderid(String id)The identifier of the provisioning artifact.ProvisioningArtifact.Buildername(String name)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 Detail
-
id
ProvisioningArtifact.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
ProvisioningArtifact.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
ProvisioningArtifact.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
ProvisioningArtifact.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.
-
guidance
ProvisioningArtifact.Builder guidance(String 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:
ProvisioningArtifactGuidance,ProvisioningArtifactGuidance
-
guidance
ProvisioningArtifact.Builder guidance(ProvisioningArtifactGuidance 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:
ProvisioningArtifactGuidance,ProvisioningArtifactGuidance
-
-