Interface GrpcGatewayRouteMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GrpcGatewayRouteMetadata.Builder,,GrpcGatewayRouteMetadata> SdkBuilder<GrpcGatewayRouteMetadata.Builder,,GrpcGatewayRouteMetadata> SdkPojo
- Enclosing class:
GrpcGatewayRouteMetadata
public static interface GrpcGatewayRouteMetadata.Builder
extends SdkPojo, CopyableBuilder<GrpcGatewayRouteMetadata.Builder,GrpcGatewayRouteMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifyTrueto match anything except the match criteria.default GrpcGatewayRouteMetadata.BuilderThe criteria for determining a metadata match.match(GrpcMetadataMatchMethod match) The criteria for determining a metadata match.A name for the gateway route metadata.Methods 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, sdkFields
-
Method Details
-
invert
Specify
Trueto match anything except the match criteria. The default value isFalse.- Parameters:
invert- SpecifyTrueto match anything except the match criteria. The default value isFalse.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
match
The criteria for determining a metadata match.
- Parameters:
match- The criteria for determining a metadata match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
match
The criteria for determining a metadata match.
This is a convenience method that creates an instance of theGrpcMetadataMatchMethod.Builderavoiding the need to create one manually viaGrpcMetadataMatchMethod.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomatch(GrpcMetadataMatchMethod).- Parameters:
match- a consumer that will call methods onGrpcMetadataMatchMethod.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
A name for the gateway route metadata.
- Parameters:
name- A name for the gateway route metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-