Interface LambdaEndpointConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LambdaEndpointConfig.Builder,LambdaEndpointConfig>,SdkBuilder<LambdaEndpointConfig.Builder,LambdaEndpointConfig>,SdkPojo
- Enclosing class:
- LambdaEndpointConfig
public static interface LambdaEndpointConfig.Builder extends SdkPojo, CopyableBuilder<LambdaEndpointConfig.Builder,LambdaEndpointConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LambdaEndpointConfig.Builderarn(String arn)The Amazon Resource Name (ARN) of the Lambda endpoint.-
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
-
arn
LambdaEndpointConfig.Builder arn(String arn)
The Amazon Resource Name (ARN) of the Lambda endpoint.
- Parameters:
arn- The Amazon Resource Name (ARN) of the Lambda endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-