public static interface Origin.Builder extends SdkPojo, CopyableBuilder<Origin.Builder,Origin>
| Modifier and Type | Method and Description |
|---|---|
Origin.Builder |
name(String name)
The name of the origin resource.
|
Origin.Builder |
protocolPolicy(OriginProtocolPolicyEnum protocolPolicy)
The protocol that your Amazon Lightsail distribution uses when establishing a connection with your origin to
pull content.
|
Origin.Builder |
protocolPolicy(String protocolPolicy)
The protocol that your Amazon Lightsail distribution uses when establishing a connection with your origin to
pull content.
|
Origin.Builder |
regionName(RegionName regionName)
The AWS Region name of the origin resource.
|
Origin.Builder |
regionName(String regionName)
The AWS Region name of the origin resource.
|
Origin.Builder |
resourceType(ResourceType resourceType)
The resource type of the origin resource (e.g., Instance).
|
Origin.Builder |
resourceType(String resourceType)
The resource type of the origin resource (e.g., Instance).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOrigin.Builder name(String name)
The name of the origin resource.
name - The name of the origin resource.Origin.Builder resourceType(String resourceType)
The resource type of the origin resource (e.g., Instance).
resourceType - The resource type of the origin resource (e.g., Instance).ResourceType,
ResourceTypeOrigin.Builder resourceType(ResourceType resourceType)
The resource type of the origin resource (e.g., Instance).
resourceType - The resource type of the origin resource (e.g., Instance).ResourceType,
ResourceTypeOrigin.Builder regionName(String regionName)
The AWS Region name of the origin resource.
regionName - The AWS Region name of the origin resource.RegionName,
RegionNameOrigin.Builder regionName(RegionName regionName)
The AWS Region name of the origin resource.
regionName - The AWS Region name of the origin resource.RegionName,
RegionNameOrigin.Builder protocolPolicy(String protocolPolicy)
The protocol that your Amazon Lightsail distribution uses when establishing a connection with your origin to pull content.
protocolPolicy - The protocol that your Amazon Lightsail distribution uses when establishing a connection with your
origin to pull content.OriginProtocolPolicyEnum,
OriginProtocolPolicyEnumOrigin.Builder protocolPolicy(OriginProtocolPolicyEnum protocolPolicy)
The protocol that your Amazon Lightsail distribution uses when establishing a connection with your origin to pull content.
protocolPolicy - The protocol that your Amazon Lightsail distribution uses when establishing a connection with your
origin to pull content.OriginProtocolPolicyEnum,
OriginProtocolPolicyEnumCopyright © 2022. All rights reserved.