Interface GrpcConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GrpcConfig.Builder,
,GrpcConfig> SdkBuilder<GrpcConfig.Builder,
,GrpcConfig> SdkPojo
- Enclosing class:
GrpcConfig
@Mutable
@NotThreadSafe
public static interface GrpcConfig.Builder
extends SdkPojo, CopyableBuilder<GrpcConfig.Builder,GrpcConfig>
-
Method Summary
Modifier and TypeMethodDescriptionEnables your CloudFront distribution to receive gRPC requests and to proxy them directly to your origins.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
enabled
Enables your CloudFront distribution to receive gRPC requests and to proxy them directly to your origins.
- Parameters:
enabled
- Enables your CloudFront distribution to receive gRPC requests and to proxy them directly to your origins.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-