public static interface DisableAWSServiceAccessRequest.Builder extends OrganizationsRequest.Builder, CopyableBuilder<DisableAWSServiceAccessRequest.Builder,DisableAWSServiceAccessRequest>
| Modifier and Type | Method and Description |
|---|---|
DisableAWSServiceAccessRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DisableAWSServiceAccessRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DisableAWSServiceAccessRequest.Builder |
servicePrincipal(String servicePrincipal)
The service principal name of the AWS service for which you want to disable integration with your
organization.
|
buildrequestOverrideConfigcopyapply, buildDisableAWSServiceAccessRequest.Builder servicePrincipal(String servicePrincipal)
The service principal name of the AWS service for which you want to disable integration with your
organization. This is typically in the form of a URL, such as
service-abbreviation.amazonaws.com.
servicePrincipal - The service principal name of the AWS service for which you want to disable integration with your
organization. This is typically in the form of a URL, such as
service-abbreviation.amazonaws.com.DisableAWSServiceAccessRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DisableAWSServiceAccessRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.