Interface DescribeOrganizationConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeOrganizationConfigurationResponse.Builder,
,DescribeOrganizationConfigurationResponse> DetectiveResponse.Builder
,SdkBuilder<DescribeOrganizationConfigurationResponse.Builder,
,DescribeOrganizationConfigurationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeOrganizationConfigurationResponse
@Mutable
@NotThreadSafe
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
copy
Methods inherited from interface software.amazon.awssdk.services.detective.model.DetectiveResponse.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 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.
-