Package com.oracle.bmc.servicemesh.model
Class UpdateIngressGatewayDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.servicemesh.model.UpdateIngressGatewayDetails.Builder
-
- Enclosing class:
- UpdateIngressGatewayDetails
public static class UpdateIngressGatewayDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateIngressGatewayDetails.Builder
accessLogging(AccessLoggingConfiguration accessLogging)
UpdateIngressGatewayDetails
build()
UpdateIngressGatewayDetails.Builder
copy(UpdateIngressGatewayDetails model)
UpdateIngressGatewayDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.UpdateIngressGatewayDetails.Builder
description(String description)
Description of the resource.UpdateIngressGatewayDetails.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.UpdateIngressGatewayDetails.Builder
hosts(List<IngressGatewayHost> hosts)
An array of hostnames and their listener configuration that this gateway will bind to.UpdateIngressGatewayDetails.Builder
mtls(IngressGatewayMutualTransportLayerSecurityDetails mtls)
-
-
-
Method Detail
-
description
public UpdateIngressGatewayDetails.Builder description(String description)
Description of the resource.It can be changed after creation. Avoid entering confidential information.
Example: This is my new resource
- Parameters:
description
- the value to set- Returns:
- this builder
-
hosts
public UpdateIngressGatewayDetails.Builder hosts(List<IngressGatewayHost> hosts)
An array of hostnames and their listener configuration that this gateway will bind to.- Parameters:
hosts
- the value to set- Returns:
- this builder
-
accessLogging
public UpdateIngressGatewayDetails.Builder accessLogging(AccessLoggingConfiguration accessLogging)
-
mtls
public UpdateIngressGatewayDetails.Builder mtls(IngressGatewayMutualTransportLayerSecurityDetails mtls)
-
freeformTags
public UpdateIngressGatewayDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public UpdateIngressGatewayDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
build
public UpdateIngressGatewayDetails build()
-
copy
public UpdateIngressGatewayDetails.Builder copy(UpdateIngressGatewayDetails model)
-
-