public static class UpdateIngressGatewayDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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) |
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
description
- the value to setpublic UpdateIngressGatewayDetails.Builder hosts(List<IngressGatewayHost> hosts)
An array of hostnames and their listener configuration that this gateway will bind to.
hosts
- the value to setpublic UpdateIngressGatewayDetails.Builder accessLogging(AccessLoggingConfiguration accessLogging)
public UpdateIngressGatewayDetails.Builder mtls(IngressGatewayMutualTransportLayerSecurityDetails mtls)
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"}
freeformTags
- the value to setpublic 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"}}
definedTags
- the value to setpublic UpdateIngressGatewayDetails build()
public UpdateIngressGatewayDetails.Builder copy(UpdateIngressGatewayDetails model)
Copyright © 2016–2024. All rights reserved.