Interface TransitGatewayRequestPolicyRuleMetaData.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TransitGatewayRequestPolicyRuleMetaData.Builder,,TransitGatewayRequestPolicyRuleMetaData> SdkBuilder<TransitGatewayRequestPolicyRuleMetaData.Builder,,TransitGatewayRequestPolicyRuleMetaData> SdkPojo
- Enclosing class:
TransitGatewayRequestPolicyRuleMetaData
@Mutable
@NotThreadSafe
public static interface TransitGatewayRequestPolicyRuleMetaData.Builder
extends SdkPojo, CopyableBuilder<TransitGatewayRequestPolicyRuleMetaData.Builder,TransitGatewayRequestPolicyRuleMetaData>
-
Method Summary
Modifier and TypeMethodDescriptionmetaDataKey(String metaDataKey) The key of the metadata pair for the policy rule.metaDataValue(String metaDataValue) The value of the metadata pair for the policy rule.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, sdkFieldNameToField, sdkFields
-
Method Details
-
metaDataKey
The key of the metadata pair for the policy rule.
- Parameters:
metaDataKey- The key of the metadata pair for the policy rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metaDataValue
The value of the metadata pair for the policy rule.
- Parameters:
metaDataValue- The value of the metadata pair for the policy rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-