public static class LaunchEligibility.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LaunchEligibility |
build() |
LaunchEligibility.Builder |
copy(LaunchEligibility model) |
LaunchEligibility.Builder |
imageId(String imageId)
PIC Image ID
|
LaunchEligibility.Builder |
ineligibilityReason(IneligibilityReasonEnum ineligibilityReason)
Reason the account is ineligible to launch paid listings
|
LaunchEligibility.Builder |
isLaunchAllowed(Boolean isLaunchAllowed)
Is the tenant permitted to launch the PIC image
|
LaunchEligibility.Builder |
meters(String meters)
related meters for the PIC image
|
public LaunchEligibility.Builder imageId(String imageId)
PIC Image ID
imageId
- the value to setpublic LaunchEligibility.Builder isLaunchAllowed(Boolean isLaunchAllowed)
Is the tenant permitted to launch the PIC image
isLaunchAllowed
- the value to setpublic LaunchEligibility.Builder meters(String meters)
related meters for the PIC image
meters
- the value to setpublic LaunchEligibility.Builder ineligibilityReason(IneligibilityReasonEnum ineligibilityReason)
Reason the account is ineligible to launch paid listings
ineligibilityReason
- the value to setpublic LaunchEligibility build()
public LaunchEligibility.Builder copy(LaunchEligibility model)
Copyright © 2016–2024. All rights reserved.