Interface DescribeConnectionFunctionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFrontResponse.Builder,CopyableBuilder<DescribeConnectionFunctionResponse.Builder,,DescribeConnectionFunctionResponse> SdkBuilder<DescribeConnectionFunctionResponse.Builder,,DescribeConnectionFunctionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeConnectionFunctionResponse
@Mutable
@NotThreadSafe
public static interface DescribeConnectionFunctionResponse.Builder
extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<DescribeConnectionFunctionResponse.Builder,DescribeConnectionFunctionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconnectionFunctionSummary(Consumer<ConnectionFunctionSummary.Builder> connectionFunctionSummary) The connection function's summary.connectionFunctionSummary(ConnectionFunctionSummary connectionFunctionSummary) The connection function's summary.The version identifier for the current version of the connection function.Methods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
connectionFunctionSummary
DescribeConnectionFunctionResponse.Builder connectionFunctionSummary(ConnectionFunctionSummary connectionFunctionSummary) The connection function's summary.
- Parameters:
connectionFunctionSummary- The connection function's summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionFunctionSummary
default DescribeConnectionFunctionResponse.Builder connectionFunctionSummary(Consumer<ConnectionFunctionSummary.Builder> connectionFunctionSummary) The connection function's summary.
This is a convenience method that creates an instance of theConnectionFunctionSummary.Builderavoiding the need to create one manually viaConnectionFunctionSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconnectionFunctionSummary(ConnectionFunctionSummary).- Parameters:
connectionFunctionSummary- a consumer that will call methods onConnectionFunctionSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eTag
The version identifier for the current version of the connection function.
- Parameters:
eTag- The version identifier for the current version of the connection function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-