Interface GetConnectionFunctionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFrontResponse.Builder,CopyableBuilder<GetConnectionFunctionResponse.Builder,,GetConnectionFunctionResponse> SdkBuilder<GetConnectionFunctionResponse.Builder,,GetConnectionFunctionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetConnectionFunctionResponse
@Mutable
@NotThreadSafe
public static interface GetConnectionFunctionResponse.Builder
extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<GetConnectionFunctionResponse.Builder,GetConnectionFunctionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconnectionFunctionCode(SdkBytes connectionFunctionCode) The connection function's code.contentType(String contentType) The connection function's content type.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
-
connectionFunctionCode
The connection function's code.
- Parameters:
connectionFunctionCode- The connection function's code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
contentType
The connection function's content type.
- Parameters:
contentType- The connection function's content type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-