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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DelegatedService.BuilderdelegationEnabledDate(Instant delegationEnabledDate)The date that the account became a delegated administrator for this service.DelegatedService.BuilderservicePrincipal(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 Detail
-
servicePrincipal
DelegatedService.Builder servicePrincipal(String 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
DelegatedService.Builder delegationEnabledDate(Instant 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.
-
-