Interface EnabledServicePrincipal.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<EnabledServicePrincipal.Builder,,- EnabledServicePrincipal> - SdkBuilder<EnabledServicePrincipal.Builder,,- EnabledServicePrincipal> - SdkPojo
- Enclosing class:
- EnabledServicePrincipal
@Mutable
@NotThreadSafe
public static interface EnabledServicePrincipal.Builder
extends SdkPojo, CopyableBuilder<EnabledServicePrincipal.Builder,EnabledServicePrincipal> 
- 
Method SummaryModifier and TypeMethodDescriptiondateEnabled(Instant dateEnabled) The date that the service principal was enabled for integration with Organizations.servicePrincipal(String servicePrincipal) The name of the service principal.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
servicePrincipalThe 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.
 
- 
dateEnabledThe 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.
 
 
-