Interface GetEventSourceMappingRequest.Builder
- 
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<GetEventSourceMappingRequest.Builder,GetEventSourceMappingRequest>,- LambdaRequest.Builder,- SdkBuilder<GetEventSourceMappingRequest.Builder,GetEventSourceMappingRequest>,- SdkPojo,- SdkRequest.Builder
 - Enclosing class:
- GetEventSourceMappingRequest
 
 @Mutable @NotThreadSafe public static interface GetEventSourceMappingRequest.Builder extends LambdaRequest.Builder, SdkPojo, CopyableBuilder<GetEventSourceMappingRequest.Builder,GetEventSourceMappingRequest> 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description GetEventSourceMappingRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetEventSourceMappingRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetEventSourceMappingRequest.Builderuuid(String uuid)The identifier of the event source mapping.- 
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfiguration
 - 
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopy
 - 
Methods inherited from interface software.amazon.awssdk.services.lambda.model.LambdaRequest.Builderbuild
 - 
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, build
 - 
Methods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
 
- 
 
- 
- 
- 
Method Detail- 
uuidGetEventSourceMappingRequest.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.
 
 - 
overrideConfigurationGetEventSourceMappingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
 
 - 
overrideConfigurationGetEventSourceMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
 
 
- 
 
-