Interface TestConnectionFunctionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFrontRequest.Builder,CopyableBuilder<TestConnectionFunctionRequest.Builder,,TestConnectionFunctionRequest> SdkBuilder<TestConnectionFunctionRequest.Builder,,TestConnectionFunctionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
TestConnectionFunctionRequest
@Mutable
@NotThreadSafe
public static interface TestConnectionFunctionRequest.Builder
extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<TestConnectionFunctionRequest.Builder,TestConnectionFunctionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionconnectionObject(SdkBytes connectionObject) The connection object.The connection function ID.The current version (ETagvalue) of the connection function.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The connection function stage.stage(FunctionStage stage) The connection function stage.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The connection function ID.
- Parameters:
id- The connection function ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ifMatch
The current version (
ETagvalue) of the connection function.- Parameters:
ifMatch- The current version (ETagvalue) of the connection function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stage
The connection function stage.
- Parameters:
stage- The connection function stage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stage
The connection function stage.
- Parameters:
stage- The connection function stage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
connectionObject
The connection object.
- Parameters:
connectionObject- The connection object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
TestConnectionFunctionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
TestConnectionFunctionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-