Interface DelegatedAdminConstraint.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DelegatedAdminConstraint.Builder,,DelegatedAdminConstraint> SdkBuilder<DelegatedAdminConstraint.Builder,,DelegatedAdminConstraint> SdkPojo
- Enclosing class:
DelegatedAdminConstraint
@Mutable
@NotThreadSafe
public static interface DelegatedAdminConstraint.Builder
extends SdkPojo, CopyableBuilder<DelegatedAdminConstraint.Builder,DelegatedAdminConstraint>
-
Method Summary
Modifier and TypeMethodDescriptionservicePrincipal(String servicePrincipal) The service principal for which the account must be a delegated administrator.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
servicePrincipal
The service principal for which the account must be a delegated administrator. For example,
stacksets.cloudformation.amazonaws.com.- Parameters:
servicePrincipal- The service principal for which the account must be a delegated administrator. For example,stacksets.cloudformation.amazonaws.com.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-