static OrganizationConformancePackStatus.Builder |
OrganizationConformancePackStatus.builder() |
|
OrganizationConformancePackStatus.Builder |
OrganizationConformancePackStatus.Builder.errorCode(String errorCode) |
An error code that is returned when organization conformance pack creation or deletion has failed in a member
account.
|
OrganizationConformancePackStatus.Builder |
OrganizationConformancePackStatus.Builder.errorMessage(String errorMessage) |
An error message indicating that organization conformance pack creation or deletion failed due to an error.
|
OrganizationConformancePackStatus.Builder |
OrganizationConformancePackStatus.Builder.lastUpdateTime(Instant lastUpdateTime) |
The timestamp of the last update.
|
OrganizationConformancePackStatus.Builder |
OrganizationConformancePackStatus.Builder.organizationConformancePackName(String organizationConformancePackName) |
The name that you assign to organization conformance pack.
|
OrganizationConformancePackStatus.Builder |
OrganizationConformancePackStatus.Builder.status(String status) |
Indicates deployment status of an organization conformance pack.
|
OrganizationConformancePackStatus.Builder |
OrganizationConformancePackStatus.Builder.status(OrganizationResourceStatus status) |
Indicates deployment status of an organization conformance pack.
|
OrganizationConformancePackStatus.Builder |
OrganizationConformancePackStatus.toBuilder() |
|