public static interface EnabledServicePrincipal.Builder extends CopyableBuilder<EnabledServicePrincipal.Builder,EnabledServicePrincipal>
| Modifier and Type | Method and Description |
|---|---|
EnabledServicePrincipal.Builder |
dateEnabled(Instant dateEnabled)
The date that the service principal was enabled for integration with AWS Organizations.
|
EnabledServicePrincipal.Builder |
servicePrincipal(String servicePrincipal)
The name of the service principal.
|
copyapply, buildEnabledServicePrincipal.Builder servicePrincipal(String servicePrincipal)
The name of the service principal. This is typically in the form of a URL, such as:
servicename.amazonaws.com.
servicePrincipal - The name of the service principal. This is typically in the form of a URL, such as:
servicename.amazonaws.com.EnabledServicePrincipal.Builder dateEnabled(Instant dateEnabled)
The date that the service principal was enabled for integration with AWS Organizations.
dateEnabled - The date that the service principal was enabled for integration with AWS Organizations.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.