Interface DescribeOrganizationConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeOrganizationConfigurationResponse.Builder,,DescribeOrganizationConfigurationResponse> Macie2Response.Builder,SdkBuilder<DescribeOrganizationConfigurationResponse.Builder,,DescribeOrganizationConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeOrganizationConfigurationResponse
public static interface DescribeOrganizationConfigurationResponse.Builder
extends Macie2Response.Builder, SdkPojo, CopyableBuilder<DescribeOrganizationConfigurationResponse.Builder,DescribeOrganizationConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionautoEnable(Boolean autoEnable) Specifies whether Amazon Macie is enabled automatically for accounts that are added to the organization.maxAccountLimitReached(Boolean maxAccountLimitReached) Specifies whether the maximum number of Amazon Macie member accounts are part of the organization.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.macie2.model.Macie2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
autoEnable
Specifies whether Amazon Macie is enabled automatically for accounts that are added to the organization.
- Parameters:
autoEnable- Specifies whether Amazon Macie is enabled automatically for accounts that are added to the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxAccountLimitReached
DescribeOrganizationConfigurationResponse.Builder maxAccountLimitReached(Boolean maxAccountLimitReached) Specifies whether the maximum number of Amazon Macie member accounts are part of the organization.
- Parameters:
maxAccountLimitReached- Specifies whether the maximum number of Amazon Macie member accounts are part of the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-