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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeOrganizationConfigurationResponse.BuilderautoEnable(Boolean autoEnable)Specifies whether Amazon Macie is enabled automatically for accounts that are added to the organization.DescribeOrganizationConfigurationResponse.BuildermaxAccountLimitReached(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
copy
-
Methods inherited from interface software.amazon.awssdk.services.macie2.model.Macie2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
autoEnable
DescribeOrganizationConfigurationResponse.Builder autoEnable(Boolean 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.
-
-