static OrganizationConformancePack.Builder |
OrganizationConformancePack.builder() |
|
OrganizationConformancePack.Builder |
OrganizationConformancePack.Builder.conformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters) |
A list of ConformancePackInputParameter objects.
|
OrganizationConformancePack.Builder |
OrganizationConformancePack.Builder.conformancePackInputParameters(Consumer<ConformancePackInputParameter.Builder>... conformancePackInputParameters) |
A list of ConformancePackInputParameter objects.
|
OrganizationConformancePack.Builder |
OrganizationConformancePack.Builder.conformancePackInputParameters(ConformancePackInputParameter... conformancePackInputParameters) |
A list of ConformancePackInputParameter objects.
|
OrganizationConformancePack.Builder |
OrganizationConformancePack.Builder.deliveryS3Bucket(String deliveryS3Bucket) |
The name of the Amazon S3 bucket where Config stores conformance pack templates.
|
OrganizationConformancePack.Builder |
OrganizationConformancePack.Builder.deliveryS3KeyPrefix(String deliveryS3KeyPrefix) |
Any folder structure you want to add to an Amazon S3 bucket.
|
OrganizationConformancePack.Builder |
OrganizationConformancePack.Builder.excludedAccounts(String... excludedAccounts) |
A comma-separated list of accounts excluded from organization conformance pack.
|
OrganizationConformancePack.Builder |
OrganizationConformancePack.Builder.excludedAccounts(Collection<String> excludedAccounts) |
A comma-separated list of accounts excluded from organization conformance pack.
|
OrganizationConformancePack.Builder |
OrganizationConformancePack.Builder.lastUpdateTime(Instant lastUpdateTime) |
Last time when organization conformation pack was updated.
|
OrganizationConformancePack.Builder |
OrganizationConformancePack.Builder.organizationConformancePackArn(String organizationConformancePackArn) |
Amazon Resource Name (ARN) of organization conformance pack.
|
OrganizationConformancePack.Builder |
OrganizationConformancePack.Builder.organizationConformancePackName(String organizationConformancePackName) |
The name you assign to an organization conformance pack.
|
OrganizationConformancePack.Builder |
OrganizationConformancePack.toBuilder() |
|