| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
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(OrganizationResourceStatus status)
Indicates deployment status of an organization conformance pack.
|
OrganizationConformancePackStatus.Builder |
OrganizationConformancePackStatus.Builder.status(String status)
Indicates deployment status of an organization conformance pack.
|
OrganizationConformancePackStatus.Builder |
OrganizationConformancePackStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OrganizationConformancePackStatus.Builder> |
OrganizationConformancePackStatus.serializableBuilderClass() |
Copyright © 2023. All rights reserved.