public static interface ConformancePackStatusDetail.Builder extends SdkPojo, CopyableBuilder<ConformancePackStatusDetail.Builder,ConformancePackStatusDetail>
| Modifier and Type | Method and Description |
|---|---|
ConformancePackStatusDetail.Builder |
conformancePackArn(String conformancePackArn)
Amazon Resource Name (ARN) of comformance pack.
|
ConformancePackStatusDetail.Builder |
conformancePackId(String conformancePackId)
ID of the conformance pack.
|
ConformancePackStatusDetail.Builder |
conformancePackName(String conformancePackName)
Name of the conformance pack.
|
ConformancePackStatusDetail.Builder |
conformancePackState(ConformancePackState conformancePackState)
Indicates deployment status of conformance pack.
|
ConformancePackStatusDetail.Builder |
conformancePackState(String conformancePackState)
Indicates deployment status of conformance pack.
|
ConformancePackStatusDetail.Builder |
conformancePackStatusReason(String conformancePackStatusReason)
The reason of conformance pack creation failure.
|
ConformancePackStatusDetail.Builder |
lastUpdateCompletedTime(Instant lastUpdateCompletedTime)
Last time when conformation pack creation and update was successful.
|
ConformancePackStatusDetail.Builder |
lastUpdateRequestedTime(Instant lastUpdateRequestedTime)
Last time when conformation pack creation and update was requested.
|
ConformancePackStatusDetail.Builder |
stackArn(String stackArn)
Amazon Resource Name (ARN) of CloudFormation stack.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConformancePackStatusDetail.Builder conformancePackName(String conformancePackName)
Name of the conformance pack.
conformancePackName - Name of the conformance pack.ConformancePackStatusDetail.Builder conformancePackId(String conformancePackId)
ID of the conformance pack.
conformancePackId - ID of the conformance pack.ConformancePackStatusDetail.Builder conformancePackArn(String conformancePackArn)
Amazon Resource Name (ARN) of comformance pack.
conformancePackArn - Amazon Resource Name (ARN) of comformance pack.ConformancePackStatusDetail.Builder conformancePackState(String conformancePackState)
Indicates deployment status of conformance pack.
Config sets the state of the conformance pack to:
CREATE_IN_PROGRESS when a conformance pack creation is in progress for an account.
CREATE_COMPLETE when a conformance pack has been successfully created in your account.
CREATE_FAILED when a conformance pack creation failed in your account.
DELETE_IN_PROGRESS when a conformance pack deletion is in progress.
DELETE_FAILED when a conformance pack deletion failed in your account.
conformancePackState - Indicates deployment status of conformance pack.
Config sets the state of the conformance pack to:
CREATE_IN_PROGRESS when a conformance pack creation is in progress for an account.
CREATE_COMPLETE when a conformance pack has been successfully created in your account.
CREATE_FAILED when a conformance pack creation failed in your account.
DELETE_IN_PROGRESS when a conformance pack deletion is in progress.
DELETE_FAILED when a conformance pack deletion failed in your account.
ConformancePackState,
ConformancePackStateConformancePackStatusDetail.Builder conformancePackState(ConformancePackState conformancePackState)
Indicates deployment status of conformance pack.
Config sets the state of the conformance pack to:
CREATE_IN_PROGRESS when a conformance pack creation is in progress for an account.
CREATE_COMPLETE when a conformance pack has been successfully created in your account.
CREATE_FAILED when a conformance pack creation failed in your account.
DELETE_IN_PROGRESS when a conformance pack deletion is in progress.
DELETE_FAILED when a conformance pack deletion failed in your account.
conformancePackState - Indicates deployment status of conformance pack.
Config sets the state of the conformance pack to:
CREATE_IN_PROGRESS when a conformance pack creation is in progress for an account.
CREATE_COMPLETE when a conformance pack has been successfully created in your account.
CREATE_FAILED when a conformance pack creation failed in your account.
DELETE_IN_PROGRESS when a conformance pack deletion is in progress.
DELETE_FAILED when a conformance pack deletion failed in your account.
ConformancePackState,
ConformancePackStateConformancePackStatusDetail.Builder stackArn(String stackArn)
Amazon Resource Name (ARN) of CloudFormation stack.
stackArn - Amazon Resource Name (ARN) of CloudFormation stack.ConformancePackStatusDetail.Builder conformancePackStatusReason(String conformancePackStatusReason)
The reason of conformance pack creation failure.
conformancePackStatusReason - The reason of conformance pack creation failure.ConformancePackStatusDetail.Builder lastUpdateRequestedTime(Instant lastUpdateRequestedTime)
Last time when conformation pack creation and update was requested.
lastUpdateRequestedTime - Last time when conformation pack creation and update was requested.ConformancePackStatusDetail.Builder lastUpdateCompletedTime(Instant lastUpdateCompletedTime)
Last time when conformation pack creation and update was successful.
lastUpdateCompletedTime - Last time when conformation pack creation and update was successful.Copyright © 2023. All rights reserved.