Interface SubscribedIamPrincipal.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SubscribedIamPrincipal.Builder,,SubscribedIamPrincipal> SdkBuilder<SubscribedIamPrincipal.Builder,,SubscribedIamPrincipal> SdkPojo
- Enclosing class:
SubscribedIamPrincipal
@Mutable
@NotThreadSafe
public static interface SubscribedIamPrincipal.Builder
extends SdkPojo, CopyableBuilder<SubscribedIamPrincipal.Builder,SubscribedIamPrincipal>
-
Method Summary
Modifier and TypeMethodDescriptionprincipalArn(String principalArn) The ARN of the subscribed IAM principal.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
-
principalArn
The ARN of the subscribed IAM principal.
- Parameters:
principalArn- The ARN of the subscribed IAM principal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-