Interface UpdateOrganizationConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateOrganizationConfigurationRequest.Builder,UpdateOrganizationConfigurationRequest>,DetectiveRequest.Builder,SdkBuilder<UpdateOrganizationConfigurationRequest.Builder,UpdateOrganizationConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateOrganizationConfigurationRequest
public static interface UpdateOrganizationConfigurationRequest.Builder extends DetectiveRequest.Builder, SdkPojo, CopyableBuilder<UpdateOrganizationConfigurationRequest.Builder,UpdateOrganizationConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateOrganizationConfigurationRequest.BuilderautoEnable(Boolean autoEnable)Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.UpdateOrganizationConfigurationRequest.BuildergraphArn(String graphArn)The ARN of the organization behavior graph.UpdateOrganizationConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateOrganizationConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.detective.model.DetectiveRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
graphArn
UpdateOrganizationConfigurationRequest.Builder graphArn(String graphArn)
The ARN of the organization behavior graph.
- Parameters:
graphArn- The ARN of the organization behavior graph.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoEnable
UpdateOrganizationConfigurationRequest.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.
-
overrideConfiguration
UpdateOrganizationConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateOrganizationConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-