Interface PhysicalResourceIdContextKeyValuePair.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<PhysicalResourceIdContextKeyValuePair.Builder,,PhysicalResourceIdContextKeyValuePair> SdkBuilder<PhysicalResourceIdContextKeyValuePair.Builder,,PhysicalResourceIdContextKeyValuePair> SdkPojo
- Enclosing class:
 PhysicalResourceIdContextKeyValuePair
public static interface PhysicalResourceIdContextKeyValuePair.Builder
extends SdkPojo, CopyableBuilder<PhysicalResourceIdContextKeyValuePair.Builder,PhysicalResourceIdContextKeyValuePair> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe resource context key.The resource context value.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
- 
key
The resource context key.
- Parameters:
 key- The resource context key.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
value
The resource context value.
- Parameters:
 value- The resource context value.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -