Interface EnabledServicePrincipal.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EnabledServicePrincipal.Builder,EnabledServicePrincipal>, SdkBuilder<EnabledServicePrincipal.Builder,EnabledServicePrincipal>, SdkPojo
Enclosing class:
EnabledServicePrincipal

public static interface EnabledServicePrincipal.Builder extends SdkPojo, CopyableBuilder<EnabledServicePrincipal.Builder,EnabledServicePrincipal>
  • Method Details

    • servicePrincipal

      EnabledServicePrincipal.Builder servicePrincipal(String servicePrincipal)

      The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.

      Parameters:
      servicePrincipal - The name of the service principal. 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.
    • dateEnabled

      EnabledServicePrincipal.Builder dateEnabled(Instant dateEnabled)

      The date that the service principal was enabled for integration with Organizations.

      Parameters:
      dateEnabled - The date that the service principal was enabled for integration with Organizations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.