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 Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The identifier of the event source mapping.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.lambda.model.LambdaRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetEventSourceMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-