Interface ConnectionBodyParameter.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ConnectionBodyParameter.Builder,,ConnectionBodyParameter> SdkBuilder<ConnectionBodyParameter.Builder,,ConnectionBodyParameter> SdkPojo
- Enclosing class:
 ConnectionBodyParameter
public static interface ConnectionBodyParameter.Builder
extends SdkPojo, CopyableBuilder<ConnectionBodyParameter.Builder,ConnectionBodyParameter> 
- 
Method Summary
Modifier and TypeMethodDescriptionisValueSecret(Boolean isValueSecret) Specified whether the value is secret.The key for the parameter.The value associated with the key.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
- 
key
The key for the parameter.
- Parameters:
 key- The key for the parameter.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
value
The value associated with the key.
- Parameters:
 value- The value associated with the key.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
isValueSecret
Specified whether the value is secret.
- Parameters:
 isValueSecret- Specified whether the value is secret.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -