public static interface DelegatedService.Builder extends SdkPojo, CopyableBuilder<DelegatedService.Builder,DelegatedService>
| Modifier and Type | Method and Description |
|---|---|
DelegatedService.Builder |
delegationEnabledDate(Instant delegationEnabledDate)
The date that the account became a delegated administrator for this service.
|
DelegatedService.Builder |
servicePrincipal(String servicePrincipal)
The name of an AWS service that can request an operation for the specified service.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDelegatedService.Builder servicePrincipal(String servicePrincipal)
The name of an AWS service that can request an operation for the specified service. This is typically in the
form of a URL, such as: servicename.amazonaws.com.
servicePrincipal - The name of an AWS service that can request an operation for the specified service. This is typically
in the form of a URL, such as: servicename.amazonaws.com.DelegatedService.Builder delegationEnabledDate(Instant delegationEnabledDate)
The date that the account became a delegated administrator for this service.
delegationEnabledDate - The date that the account became a delegated administrator for this service.Copyright © 2021. All rights reserved.