Interface DelegatedService.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DelegatedService.Builder,
,DelegatedService> SdkBuilder<DelegatedService.Builder,
,DelegatedService> SdkPojo
- Enclosing class:
DelegatedService
public static interface DelegatedService.Builder
extends SdkPojo, CopyableBuilder<DelegatedService.Builder,DelegatedService>
-
Method Summary
Modifier and TypeMethodDescriptiondelegationEnabledDate
(Instant delegationEnabledDate) The date that the account became a delegated administrator for this service.servicePrincipal
(String servicePrincipal) The name of an Amazon Web Services service that can request an operation for the specified service.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
servicePrincipal
The name of an Amazon Web Services service that can request an operation for the specified service. This is typically in the form of a URL, such as:
servicename.amazonaws.com
.- Parameters:
servicePrincipal
- The name of an Amazon Web Services service that can request an operation for the specified service. This is typically in the form of a URL, such as:servicename.amazonaws.com
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
delegationEnabledDate
The date that the account became a delegated administrator for this service.
- Parameters:
delegationEnabledDate
- The date that the account became a delegated administrator for this service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-