| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
InputOrigin |
InputOrigin.clone() |
InputOrigin |
UpdateDistributionRequest.getOrigin()
An object that describes the origin resource for the distribution, such as a Lightsail instance, bucket, or load
balancer.
|
InputOrigin |
CreateDistributionRequest.getOrigin()
An object that describes the origin resource for the distribution, such as a Lightsail instance, bucket, or load
balancer.
|
InputOrigin |
InputOrigin.withName(String name)
The name of the origin resource.
|
InputOrigin |
InputOrigin.withProtocolPolicy(OriginProtocolPolicyEnum protocolPolicy)
The protocol that your Amazon Lightsail distribution uses when establishing a connection with your origin to pull
content.
|
InputOrigin |
InputOrigin.withProtocolPolicy(String protocolPolicy)
The protocol that your Amazon Lightsail distribution uses when establishing a connection with your origin to pull
content.
|
InputOrigin |
InputOrigin.withRegionName(RegionName regionName)
The AWS Region name of the origin resource.
|
InputOrigin |
InputOrigin.withRegionName(String regionName)
The AWS Region name of the origin resource.
|
InputOrigin |
InputOrigin.withResponseTimeout(Integer responseTimeout)
The amount of time, in seconds, that the distribution waits for a response after forwarding a request to the
origin.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDistributionRequest.setOrigin(InputOrigin origin)
An object that describes the origin resource for the distribution, such as a Lightsail instance, bucket, or load
balancer.
|
void |
CreateDistributionRequest.setOrigin(InputOrigin origin)
An object that describes the origin resource for the distribution, such as a Lightsail instance, bucket, or load
balancer.
|
UpdateDistributionRequest |
UpdateDistributionRequest.withOrigin(InputOrigin origin)
An object that describes the origin resource for the distribution, such as a Lightsail instance, bucket, or load
balancer.
|
CreateDistributionRequest |
CreateDistributionRequest.withOrigin(InputOrigin origin)
An object that describes the origin resource for the distribution, such as a Lightsail instance, bucket, or load
balancer.
|
Copyright © 2025. All rights reserved.