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