@Generated(value="software.amazon.awssdk:codegen") public final class ProvisionedProductAttribute extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProvisionedProductAttribute.Builder,ProvisionedProductAttribute>
Information about a provisioned product.
Modifier and Type | Class and Description |
---|---|
static interface |
ProvisionedProductAttribute.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The ARN of the provisioned product.
|
static ProvisionedProductAttribute.Builder |
builder() |
Instant |
createdTime()
The UTC time stamp of the creation time.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the provisioned product.
|
String |
idempotencyToken()
A unique identifier that you provide to ensure idempotency.
|
String |
lastRecordId()
The record identifier of the last request performed on this provisioned product.
|
String |
name()
The user-friendly name of the provisioned product.
|
String |
physicalId()
The assigned identifier for the resource, such as an EC2 instance ID or an S3 bucket name.
|
String |
productId()
The product identifier.
|
String |
provisioningArtifactId()
The identifier of the provisioning artifact.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProvisionedProductAttribute.Builder> |
serializableBuilderClass() |
ProvisionedProductStatus |
status()
The current status of the provisioned product.
|
String |
statusAsString()
The current status of the provisioned product.
|
String |
statusMessage()
The current status message of the provisioned product.
|
List<Tag> |
tags()
One or more tags.
|
ProvisionedProductAttribute.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
type()
The type of provisioned product.
|
String |
userArn()
The Amazon Resource Name (ARN) of the IAM user.
|
String |
userArnSession()
The ARN of the IAM user in the session.
|
copy
public String name()
The user-friendly name of the provisioned product.
public String arn()
The ARN of the provisioned product.
public String type()
The type of provisioned product. The supported values are CFN_STACK
and CFN_STACKSET
.
CFN_STACK
and
CFN_STACKSET
.public String id()
The identifier of the provisioned product.
public ProvisionedProductStatus status()
The current status of the provisioned product.
AVAILABLE
- Stable state, ready to perform any operation. The most recent operation succeeded and
completed.
UNDER_CHANGE
- Transitive state, operations performed might not have valid results. Wait for an
AVAILABLE
status before performing operations.
TAINTED
- Stable state, ready to perform any operation. The stack has completed the requested
operation but is not exactly what was requested. For example, a request to update to a new version failed and the
stack rolled back to the current version.
ERROR
- An unexpected error occurred, the provisioned product exists but the stack is not running.
For example, CloudFormation received a parameter value that was not valid and could not launch the stack.
If the service returns an enum value that is not available in the current SDK version, status
will
return ProvisionedProductStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from statusAsString()
.
AVAILABLE
- Stable state, ready to perform any operation. The most recent operation
succeeded and completed.
UNDER_CHANGE
- Transitive state, operations performed might not have valid results. Wait for
an AVAILABLE
status before performing operations.
TAINTED
- Stable state, ready to perform any operation. The stack has completed the
requested operation but is not exactly what was requested. For example, a request to update to a new
version failed and the stack rolled back to the current version.
ERROR
- An unexpected error occurred, the provisioned product exists but the stack is not
running. For example, CloudFormation received a parameter value that was not valid and could not launch
the stack.
ProvisionedProductStatus
public String statusAsString()
The current status of the provisioned product.
AVAILABLE
- Stable state, ready to perform any operation. The most recent operation succeeded and
completed.
UNDER_CHANGE
- Transitive state, operations performed might not have valid results. Wait for an
AVAILABLE
status before performing operations.
TAINTED
- Stable state, ready to perform any operation. The stack has completed the requested
operation but is not exactly what was requested. For example, a request to update to a new version failed and the
stack rolled back to the current version.
ERROR
- An unexpected error occurred, the provisioned product exists but the stack is not running.
For example, CloudFormation received a parameter value that was not valid and could not launch the stack.
If the service returns an enum value that is not available in the current SDK version, status
will
return ProvisionedProductStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from statusAsString()
.
AVAILABLE
- Stable state, ready to perform any operation. The most recent operation
succeeded and completed.
UNDER_CHANGE
- Transitive state, operations performed might not have valid results. Wait for
an AVAILABLE
status before performing operations.
TAINTED
- Stable state, ready to perform any operation. The stack has completed the
requested operation but is not exactly what was requested. For example, a request to update to a new
version failed and the stack rolled back to the current version.
ERROR
- An unexpected error occurred, the provisioned product exists but the stack is not
running. For example, CloudFormation received a parameter value that was not valid and could not launch
the stack.
ProvisionedProductStatus
public String statusMessage()
The current status message of the provisioned product.
public Instant createdTime()
The UTC time stamp of the creation time.
public String idempotencyToken()
A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.
public String lastRecordId()
The record identifier of the last request performed on this provisioned product.
public List<Tag> tags()
One or more tags.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String physicalId()
The assigned identifier for the resource, such as an EC2 instance ID or an S3 bucket name.
public String productId()
The product identifier.
public String provisioningArtifactId()
The identifier of the provisioning artifact.
public String userArn()
The Amazon Resource Name (ARN) of the IAM user.
public String userArnSession()
The ARN of the IAM user in the session. This ARN might contain a session ID.
public ProvisionedProductAttribute.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ProvisionedProductAttribute.Builder,ProvisionedProductAttribute>
public static ProvisionedProductAttribute.Builder builder()
public static Class<? extends ProvisionedProductAttribute.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.