Interface DelegatedService.Builder

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