Uses of Interface
software.amazon.awssdk.services.lightsail.model.Origin.Builder
-
Packages that use Origin.Builder Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of Origin.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return Origin.Builder Modifier and Type Method Description static Origin.BuilderOrigin. builder()Origin.BuilderOrigin.Builder. name(String name)The name of the origin resource.Origin.BuilderOrigin.Builder. protocolPolicy(String protocolPolicy)The protocol that your Amazon Lightsail distribution uses when establishing a connection with your origin to pull content.Origin.BuilderOrigin.Builder. protocolPolicy(OriginProtocolPolicyEnum protocolPolicy)The protocol that your Amazon Lightsail distribution uses when establishing a connection with your origin to pull content.Origin.BuilderOrigin.Builder. regionName(String regionName)The AWS Region name of the origin resource.Origin.BuilderOrigin.Builder. regionName(RegionName regionName)The AWS Region name of the origin resource.Origin.BuilderOrigin.Builder. resourceType(String resourceType)The resource type of the origin resource (Instance).Origin.BuilderOrigin.Builder. resourceType(ResourceType resourceType)The resource type of the origin resource (Instance).Origin.BuilderOrigin. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type Origin.Builder Modifier and Type Method Description static Class<? extends Origin.Builder>Origin. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type Origin.Builder Modifier and Type Method Description default LightsailDistribution.BuilderLightsailDistribution.Builder. origin(Consumer<Origin.Builder> origin)An object that describes the origin resource of the distribution, such as a Lightsail instance, bucket, or load balancer.
-