Interface DescribeOrganizationConfigurationResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DescribeOrganizationConfigurationResponse.Builder,,DescribeOrganizationConfigurationResponse> DetectiveResponse.Builder,SdkBuilder<DescribeOrganizationConfigurationResponse.Builder,,DescribeOrganizationConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeOrganizationConfigurationResponse
public static interface DescribeOrganizationConfigurationResponse.Builder
extends DetectiveResponse.Builder, SdkPojo, CopyableBuilder<DescribeOrganizationConfigurationResponse.Builder,DescribeOrganizationConfigurationResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionautoEnable(Boolean autoEnable) Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.detective.model.DetectiveResponse.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
Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
- Parameters:
 autoEnable- Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -