Uses of Interface
software.amazon.awssdk.services.ec2.model.TransitGatewayPolicyRuleMetaData.Builder
-
Packages that use TransitGatewayPolicyRuleMetaData.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of TransitGatewayPolicyRuleMetaData.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayPolicyRuleMetaData.Builder Modifier and Type Method Description static TransitGatewayPolicyRuleMetaData.BuilderTransitGatewayPolicyRuleMetaData. builder()TransitGatewayPolicyRuleMetaData.BuilderTransitGatewayPolicyRuleMetaData.Builder. metaDataKey(String metaDataKey)The key name for the transit gateway policy rule meta data tag.TransitGatewayPolicyRuleMetaData.BuilderTransitGatewayPolicyRuleMetaData.Builder. metaDataValue(String metaDataValue)The value of the key for the transit gateway policy rule meta data tag.TransitGatewayPolicyRuleMetaData.BuilderTransitGatewayPolicyRuleMetaData. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayPolicyRuleMetaData.Builder Modifier and Type Method Description static Class<? extends TransitGatewayPolicyRuleMetaData.Builder>TransitGatewayPolicyRuleMetaData. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayPolicyRuleMetaData.Builder Modifier and Type Method Description default TransitGatewayPolicyRule.BuilderTransitGatewayPolicyRule.Builder. metaData(Consumer<TransitGatewayPolicyRuleMetaData.Builder> metaData)The meta data tags used for the transit gateway policy rule.
-