Interface Principal.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Principal.Builder,,- Principal> - SdkBuilder<Principal.Builder,,- Principal> - SdkPojo
- Enclosing class:
- Principal
@Mutable
@NotThreadSafe
public static interface Principal.Builder
extends SdkPojo, CopyableBuilder<Principal.Builder,Principal> 
- 
Method SummaryModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the principal.The name of the Amazon Web Services service that should allowed or denied access to an Amazon Lex action.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- 
serviceThe name of the Amazon Web Services service that should allowed or denied access to an Amazon Lex action. - Parameters:
- service- The name of the Amazon Web Services service that should allowed or denied access to an Amazon Lex action.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
arnThe Amazon Resource Name (ARN) of the principal. - Parameters:
- arn- The Amazon Resource Name (ARN) of the principal.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-