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