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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnabledServicePrincipal.BuilderdateEnabled(Instant dateEnabled)The date that the service principal was enabled for integration with Organizations.EnabledServicePrincipal.BuilderservicePrincipal(String servicePrincipal)The name of the service principal.-
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
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.
-
-