Class ServiceEndpoint
- java.lang.Object
-
- io.fabric8.openshift.api.model.installer.aws.v1.ServiceEndpoint
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ServiceEndpointBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ServiceEndpoint extends Object implements io.fabric8.kubernetes.api.builder.Editable<ServiceEndpointBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
ServiceEndpoint store the configuration for services to override existing defaults of AWS Services.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceEndpoint()No args constructor for use in serializationServiceEndpoint(String name, String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceEndpointBuilderedit()Map<String,Object>getAdditionalProperties()StringgetName()Name is the name of the AWS service.StringgetUrl()URL is fully qualified URI with scheme https, that overrides the default generated endpoint for a client.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetName(String name)Name is the name of the AWS service.voidsetUrl(String url)URL is fully qualified URI with scheme https, that overrides the default generated endpoint for a client.ServiceEndpointBuildertoBuilder()
-
-
-
Method Detail
-
getName
public String getName()
Name is the name of the AWS service. This must be provided and cannot be empty.
-
setName
public void setName(String name)
Name is the name of the AWS service. This must be provided and cannot be empty.
-
getUrl
public String getUrl()
URL is fully qualified URI with scheme https, that overrides the default generated endpoint for a client. This must be provided and cannot be empty.
-
setUrl
public void setUrl(String url)
URL is fully qualified URI with scheme https, that overrides the default generated endpoint for a client. This must be provided and cannot be empty.
-
edit
public ServiceEndpointBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ServiceEndpointBuilder>
-
toBuilder
public ServiceEndpointBuilder toBuilder()
-
-