Interface Lambdas.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Lambdas.Builder,
,Lambdas> SdkBuilder<Lambdas.Builder,
,Lambdas> SdkPojo
- Enclosing class:
Lambdas
@Mutable
@NotThreadSafe
public static interface Lambdas.Builder
extends SdkPojo, CopyableBuilder<Lambdas.Builder,Lambdas>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the Lambda function.crossAccountRole
(String crossAccountRole) The cross account role for the configuration.externalId
(String externalId) The external ID (secret key) for the configuration.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 Details
-
crossAccountRole
The cross account role for the configuration.
- Parameters:
crossAccountRole
- The cross account role for the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
externalId
The external ID (secret key) for the configuration.
- Parameters:
externalId
- The external ID (secret key) for the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the Lambda function.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the Lambda function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-