Interface PutOrganizationConformancePackResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConfigResponse.Builder,CopyableBuilder<PutOrganizationConformancePackResponse.Builder,PutOrganizationConformancePackResponse>,SdkBuilder<PutOrganizationConformancePackResponse.Builder,PutOrganizationConformancePackResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- PutOrganizationConformancePackResponse
public static interface PutOrganizationConformancePackResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<PutOrganizationConformancePackResponse.Builder,PutOrganizationConformancePackResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutOrganizationConformancePackResponse.BuilderorganizationConformancePackArn(String organizationConformancePackArn)ARN of the organization conformance pack.-
Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
organizationConformancePackArn
PutOrganizationConformancePackResponse.Builder organizationConformancePackArn(String organizationConformancePackArn)
ARN of the organization conformance pack.
- Parameters:
organizationConformancePackArn- ARN of the organization conformance pack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-