Interface Principal.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Principal.Builder,Principal>,SdkBuilder<Principal.Builder,Principal>,SdkPojo
- Enclosing class:
- Principal
public static interface Principal.Builder extends SdkPojo, CopyableBuilder<Principal.Builder,Principal>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Principal.Builderarn(String arn)The Amazon Resource Name (ARN) of the principal.Principal.Builderservice(String service)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.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
service
Principal.Builder service(String service)
The 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.
-
arn
Principal.Builder arn(String arn)
The 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.
-
-