| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
Origin |
Origin.clone() |
Origin |
LightsailDistribution.getOrigin()
An object that describes the origin resource of the distribution, such as a Lightsail instance or load balancer.
|
Origin |
Origin.withName(String name)
The name of the origin resource.
|
Origin |
Origin.withProtocolPolicy(OriginProtocolPolicyEnum protocolPolicy)
The protocol that your Amazon Lightsail distribution uses when establishing a connection with your origin to pull
content.
|
Origin |
Origin.withProtocolPolicy(String protocolPolicy)
The protocol that your Amazon Lightsail distribution uses when establishing a connection with your origin to pull
content.
|
Origin |
Origin.withRegionName(RegionName regionName)
The AWS Region name of the origin resource.
|
Origin |
Origin.withRegionName(String regionName)
The AWS Region name of the origin resource.
|
Origin |
Origin.withResourceType(ResourceType resourceType)
The resource type of the origin resource (e.g., Instance).
|
Origin |
Origin.withResourceType(String resourceType)
The resource type of the origin resource (e.g., Instance).
|
| Modifier and Type | Method and Description |
|---|---|
void |
LightsailDistribution.setOrigin(Origin origin)
An object that describes the origin resource of the distribution, such as a Lightsail instance or load balancer.
|
LightsailDistribution |
LightsailDistribution.withOrigin(Origin origin)
An object that describes the origin resource of the distribution, such as a Lightsail instance or load balancer.
|
Copyright © 2021. All rights reserved.