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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeOrganizationConfigurationResponse.BuilderautoEnable(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
autoEnable
DescribeOrganizationConfigurationResponse.Builder autoEnable(Boolean 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.
-
-