Interface GetEventSourceMappingRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetEventSourceMappingRequest.Builder,GetEventSourceMappingRequest>
,LambdaRequest.Builder
,SdkBuilder<GetEventSourceMappingRequest.Builder,GetEventSourceMappingRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- GetEventSourceMappingRequest
public static interface GetEventSourceMappingRequest.Builder extends LambdaRequest.Builder, SdkPojo, CopyableBuilder<GetEventSourceMappingRequest.Builder,GetEventSourceMappingRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetEventSourceMappingRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
GetEventSourceMappingRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
GetEventSourceMappingRequest.Builder
uuid(String uuid)
The identifier of the event source mapping.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lambda.model.LambdaRequest.Builder
build
-
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
-
uuid
GetEventSourceMappingRequest.Builder uuid(String uuid)
The identifier of the event source mapping.
- Parameters:
uuid
- The identifier of the event source mapping.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetEventSourceMappingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
GetEventSourceMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-