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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFields
- 
Method Details- 
invertSpecify Trueto match anything except the match criteria. The default value isFalse.- Parameters:
- invert- Specify- Trueto match anything except the match criteria. The default value is- False.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
matchThe 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.
 
- 
matchThe 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 on- GrpcMetadataMatchMethod.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nameA 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.
 
 
-