Interface IamAuthenticationMethod.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<IamAuthenticationMethod.Builder,IamAuthenticationMethod>
,SdkBuilder<IamAuthenticationMethod.Builder,IamAuthenticationMethod>
,SdkPojo
- Enclosing class:
- IamAuthenticationMethod
public static interface IamAuthenticationMethod.Builder extends SdkPojo, CopyableBuilder<IamAuthenticationMethod.Builder,IamAuthenticationMethod>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IamAuthenticationMethod.Builder
actorPolicy(Document actorPolicy)
An IAM policy document in JSON.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
actorPolicy
IamAuthenticationMethod.Builder actorPolicy(Document actorPolicy)
An IAM policy document in JSON.
- Parameters:
actorPolicy
- An IAM policy document in JSON.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-