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 Details

    • 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.