Package com.oracle.bmc.waas.model
Class RemoveHttpResponseHeaderAction.Builder
- java.lang.Object
- 
- com.oracle.bmc.waas.model.RemoveHttpResponseHeaderAction.Builder
 
- 
- Enclosing class:
- RemoveHttpResponseHeaderAction
 
 public static class RemoveHttpResponseHeaderAction.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoveHttpResponseHeaderActionbuild()RemoveHttpResponseHeaderAction.Buildercopy(RemoveHttpResponseHeaderAction model)RemoveHttpResponseHeaderAction.Builderheader(String header)A header field name that conforms to RFC 7230.
 
- 
- 
- 
Method Detail- 
headerpublic RemoveHttpResponseHeaderAction.Builder header(String header) A header field name that conforms to RFC 7230.Example: example_header_name - Parameters:
- header- the value to set
- Returns:
- this builder
 
 - 
buildpublic RemoveHttpResponseHeaderAction build() 
 - 
copypublic RemoveHttpResponseHeaderAction.Builder copy(RemoveHttpResponseHeaderAction model) 
 
- 
 
-