@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Distribution extends Object implements Serializable, Cloneable, StructuredPojo
Defines the settings for a specific Region.
Constructor and Description |
---|
Distribution() |
Modifier and Type | Method and Description |
---|---|
Distribution |
clone() |
boolean |
equals(Object obj) |
AmiDistributionConfiguration |
getAmiDistributionConfiguration()
The specific AMI settings; for example, launch permissions or AMI tags.
|
ContainerDistributionConfiguration |
getContainerDistributionConfiguration()
Container distribution settings for encryption, licensing, and sharing in a specific Region.
|
List<FastLaunchConfiguration> |
getFastLaunchConfigurations()
The Windows faster-launching configurations to use for AMI distribution.
|
List<LaunchTemplateConfiguration> |
getLaunchTemplateConfigurations()
A group of launchTemplateConfiguration settings that apply to image distribution for specified accounts.
|
List<String> |
getLicenseConfigurationArns()
The License Manager Configuration to associate with the AMI in the specified Region.
|
String |
getRegion()
The target Region.
|
S3ExportConfiguration |
getS3ExportConfiguration()
Configure export settings to deliver disk images created from your image build, using a file format that is
compatible with your VMs in that Region.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAmiDistributionConfiguration(AmiDistributionConfiguration amiDistributionConfiguration)
The specific AMI settings; for example, launch permissions or AMI tags.
|
void |
setContainerDistributionConfiguration(ContainerDistributionConfiguration containerDistributionConfiguration)
Container distribution settings for encryption, licensing, and sharing in a specific Region.
|
void |
setFastLaunchConfigurations(Collection<FastLaunchConfiguration> fastLaunchConfigurations)
The Windows faster-launching configurations to use for AMI distribution.
|
void |
setLaunchTemplateConfigurations(Collection<LaunchTemplateConfiguration> launchTemplateConfigurations)
A group of launchTemplateConfiguration settings that apply to image distribution for specified accounts.
|
void |
setLicenseConfigurationArns(Collection<String> licenseConfigurationArns)
The License Manager Configuration to associate with the AMI in the specified Region.
|
void |
setRegion(String region)
The target Region.
|
void |
setS3ExportConfiguration(S3ExportConfiguration s3ExportConfiguration)
Configure export settings to deliver disk images created from your image build, using a file format that is
compatible with your VMs in that Region.
|
String |
toString()
Returns a string representation of this object.
|
Distribution |
withAmiDistributionConfiguration(AmiDistributionConfiguration amiDistributionConfiguration)
The specific AMI settings; for example, launch permissions or AMI tags.
|
Distribution |
withContainerDistributionConfiguration(ContainerDistributionConfiguration containerDistributionConfiguration)
Container distribution settings for encryption, licensing, and sharing in a specific Region.
|
Distribution |
withFastLaunchConfigurations(Collection<FastLaunchConfiguration> fastLaunchConfigurations)
The Windows faster-launching configurations to use for AMI distribution.
|
Distribution |
withFastLaunchConfigurations(FastLaunchConfiguration... fastLaunchConfigurations)
The Windows faster-launching configurations to use for AMI distribution.
|
Distribution |
withLaunchTemplateConfigurations(Collection<LaunchTemplateConfiguration> launchTemplateConfigurations)
A group of launchTemplateConfiguration settings that apply to image distribution for specified accounts.
|
Distribution |
withLaunchTemplateConfigurations(LaunchTemplateConfiguration... launchTemplateConfigurations)
A group of launchTemplateConfiguration settings that apply to image distribution for specified accounts.
|
Distribution |
withLicenseConfigurationArns(Collection<String> licenseConfigurationArns)
The License Manager Configuration to associate with the AMI in the specified Region.
|
Distribution |
withLicenseConfigurationArns(String... licenseConfigurationArns)
The License Manager Configuration to associate with the AMI in the specified Region.
|
Distribution |
withRegion(String region)
The target Region.
|
Distribution |
withS3ExportConfiguration(S3ExportConfiguration s3ExportConfiguration)
Configure export settings to deliver disk images created from your image build, using a file format that is
compatible with your VMs in that Region.
|
public void setRegion(String region)
The target Region.
region
- The target Region.public String getRegion()
The target Region.
public Distribution withRegion(String region)
The target Region.
region
- The target Region.public void setAmiDistributionConfiguration(AmiDistributionConfiguration amiDistributionConfiguration)
The specific AMI settings; for example, launch permissions or AMI tags.
amiDistributionConfiguration
- The specific AMI settings; for example, launch permissions or AMI tags.public AmiDistributionConfiguration getAmiDistributionConfiguration()
The specific AMI settings; for example, launch permissions or AMI tags.
public Distribution withAmiDistributionConfiguration(AmiDistributionConfiguration amiDistributionConfiguration)
The specific AMI settings; for example, launch permissions or AMI tags.
amiDistributionConfiguration
- The specific AMI settings; for example, launch permissions or AMI tags.public void setContainerDistributionConfiguration(ContainerDistributionConfiguration containerDistributionConfiguration)
Container distribution settings for encryption, licensing, and sharing in a specific Region.
containerDistributionConfiguration
- Container distribution settings for encryption, licensing, and sharing in a specific Region.public ContainerDistributionConfiguration getContainerDistributionConfiguration()
Container distribution settings for encryption, licensing, and sharing in a specific Region.
public Distribution withContainerDistributionConfiguration(ContainerDistributionConfiguration containerDistributionConfiguration)
Container distribution settings for encryption, licensing, and sharing in a specific Region.
containerDistributionConfiguration
- Container distribution settings for encryption, licensing, and sharing in a specific Region.public List<String> getLicenseConfigurationArns()
The License Manager Configuration to associate with the AMI in the specified Region.
public void setLicenseConfigurationArns(Collection<String> licenseConfigurationArns)
The License Manager Configuration to associate with the AMI in the specified Region.
licenseConfigurationArns
- The License Manager Configuration to associate with the AMI in the specified Region.public Distribution withLicenseConfigurationArns(String... licenseConfigurationArns)
The License Manager Configuration to associate with the AMI in the specified Region.
NOTE: This method appends the values to the existing list (if any). Use
setLicenseConfigurationArns(java.util.Collection)
or
withLicenseConfigurationArns(java.util.Collection)
if you want to override the existing values.
licenseConfigurationArns
- The License Manager Configuration to associate with the AMI in the specified Region.public Distribution withLicenseConfigurationArns(Collection<String> licenseConfigurationArns)
The License Manager Configuration to associate with the AMI in the specified Region.
licenseConfigurationArns
- The License Manager Configuration to associate with the AMI in the specified Region.public List<LaunchTemplateConfiguration> getLaunchTemplateConfigurations()
A group of launchTemplateConfiguration settings that apply to image distribution for specified accounts.
public void setLaunchTemplateConfigurations(Collection<LaunchTemplateConfiguration> launchTemplateConfigurations)
A group of launchTemplateConfiguration settings that apply to image distribution for specified accounts.
launchTemplateConfigurations
- A group of launchTemplateConfiguration settings that apply to image distribution for specified accounts.public Distribution withLaunchTemplateConfigurations(LaunchTemplateConfiguration... launchTemplateConfigurations)
A group of launchTemplateConfiguration settings that apply to image distribution for specified accounts.
NOTE: This method appends the values to the existing list (if any). Use
setLaunchTemplateConfigurations(java.util.Collection)
or
withLaunchTemplateConfigurations(java.util.Collection)
if you want to override the existing values.
launchTemplateConfigurations
- A group of launchTemplateConfiguration settings that apply to image distribution for specified accounts.public Distribution withLaunchTemplateConfigurations(Collection<LaunchTemplateConfiguration> launchTemplateConfigurations)
A group of launchTemplateConfiguration settings that apply to image distribution for specified accounts.
launchTemplateConfigurations
- A group of launchTemplateConfiguration settings that apply to image distribution for specified accounts.public void setS3ExportConfiguration(S3ExportConfiguration s3ExportConfiguration)
Configure export settings to deliver disk images created from your image build, using a file format that is compatible with your VMs in that Region.
s3ExportConfiguration
- Configure export settings to deliver disk images created from your image build, using a file format that
is compatible with your VMs in that Region.public S3ExportConfiguration getS3ExportConfiguration()
Configure export settings to deliver disk images created from your image build, using a file format that is compatible with your VMs in that Region.
public Distribution withS3ExportConfiguration(S3ExportConfiguration s3ExportConfiguration)
Configure export settings to deliver disk images created from your image build, using a file format that is compatible with your VMs in that Region.
s3ExportConfiguration
- Configure export settings to deliver disk images created from your image build, using a file format that
is compatible with your VMs in that Region.public List<FastLaunchConfiguration> getFastLaunchConfigurations()
The Windows faster-launching configurations to use for AMI distribution.
public void setFastLaunchConfigurations(Collection<FastLaunchConfiguration> fastLaunchConfigurations)
The Windows faster-launching configurations to use for AMI distribution.
fastLaunchConfigurations
- The Windows faster-launching configurations to use for AMI distribution.public Distribution withFastLaunchConfigurations(FastLaunchConfiguration... fastLaunchConfigurations)
The Windows faster-launching configurations to use for AMI distribution.
NOTE: This method appends the values to the existing list (if any). Use
setFastLaunchConfigurations(java.util.Collection)
or
withFastLaunchConfigurations(java.util.Collection)
if you want to override the existing values.
fastLaunchConfigurations
- The Windows faster-launching configurations to use for AMI distribution.public Distribution withFastLaunchConfigurations(Collection<FastLaunchConfiguration> fastLaunchConfigurations)
The Windows faster-launching configurations to use for AMI distribution.
fastLaunchConfigurations
- The Windows faster-launching configurations to use for AMI distribution.public String toString()
toString
in class Object
Object.toString()
public Distribution clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.