Image.Builder |
Image.Builder.applications(Collection<Application> applications) |
The applications associated with the image.
|
Image.Builder |
Image.Builder.applications(Consumer<Application.Builder>... applications) |
The applications associated with the image.
|
Image.Builder |
Image.Builder.applications(Application... applications) |
The applications associated with the image.
|
Image.Builder |
Image.Builder.appstreamAgentVersion(String appstreamAgentVersion) |
The version of the AppStream 2.0 agent to use for instances that are launched from this image.
|
Image.Builder |
Image.Builder.arn(String arn) |
The ARN of the image.
|
Image.Builder |
Image.Builder.baseImageArn(String baseImageArn) |
The ARN of the image from which this image was created.
|
static Image.Builder |
Image.builder() |
|
Image.Builder |
Image.Builder.createdTime(Instant createdTime) |
The time the image was created.
|
Image.Builder |
Image.Builder.description(String description) |
The description to display.
|
Image.Builder |
Image.Builder.displayName(String displayName) |
The image name to display.
|
Image.Builder |
Image.Builder.dynamicAppProvidersEnabled(String dynamicAppProvidersEnabled) |
Indicates whether dynamic app providers are enabled within an AppStream 2.0 image or not.
|
Image.Builder |
Image.Builder.dynamicAppProvidersEnabled(DynamicAppProvidersEnabled dynamicAppProvidersEnabled) |
Indicates whether dynamic app providers are enabled within an AppStream 2.0 image or not.
|
Image.Builder |
Image.Builder.imageBuilderName(String imageBuilderName) |
The name of the image builder that was used to create the private image.
|
Image.Builder |
Image.Builder.imageBuilderSupported(Boolean imageBuilderSupported) |
Indicates whether an image builder can be launched from this image.
|
Image.Builder |
Image.Builder.imageErrors(Collection<ResourceError> imageErrors) |
Describes the errors that are returned when a new image can't be created.
|
Image.Builder |
Image.Builder.imageErrors(Consumer<ResourceError.Builder>... imageErrors) |
Describes the errors that are returned when a new image can't be created.
|
Image.Builder |
Image.Builder.imageErrors(ResourceError... imageErrors) |
Describes the errors that are returned when a new image can't be created.
|
default Image.Builder |
Image.Builder.imagePermissions(Consumer<ImagePermissions.Builder> imagePermissions) |
The permissions to provide to the destination AWS account for the specified image.
|
Image.Builder |
Image.Builder.imagePermissions(ImagePermissions imagePermissions) |
The permissions to provide to the destination AWS account for the specified image.
|
Image.Builder |
Image.Builder.imageSharedWithOthers(String imageSharedWithOthers) |
Indicates whether the image is shared with another account ID.
|
Image.Builder |
Image.Builder.imageSharedWithOthers(ImageSharedWithOthers imageSharedWithOthers) |
Indicates whether the image is shared with another account ID.
|
Image.Builder |
Image.Builder.latestAppstreamAgentVersion(String latestAppstreamAgentVersion) |
Indicates whether the image is using the latest AppStream 2.0 agent version or not.
|
Image.Builder |
Image.Builder.latestAppstreamAgentVersion(LatestAppstreamAgentVersion latestAppstreamAgentVersion) |
Indicates whether the image is using the latest AppStream 2.0 agent version or not.
|
Image.Builder |
Image.Builder.name(String name) |
The name of the image.
|
Image.Builder |
Image.Builder.platform(String platform) |
The operating system platform of the image.
|
Image.Builder |
Image.Builder.platform(PlatformType platform) |
The operating system platform of the image.
|
Image.Builder |
Image.Builder.publicBaseImageReleasedDate(Instant publicBaseImageReleasedDate) |
The release date of the public base image.
|
Image.Builder |
Image.Builder.state(String state) |
The image starts in the PENDING state.
|
Image.Builder |
Image.Builder.state(ImageState state) |
The image starts in the PENDING state.
|
default Image.Builder |
Image.Builder.stateChangeReason(Consumer<ImageStateChangeReason.Builder> stateChangeReason) |
The reason why the last state change occurred.
|
Image.Builder |
Image.Builder.stateChangeReason(ImageStateChangeReason stateChangeReason) |
The reason why the last state change occurred.
|
Image.Builder |
Image.Builder.supportedInstanceFamilies(String... supportedInstanceFamilies) |
The supported instances families that determine which image a customer can use when the customer launches a
fleet or image builder.
|
Image.Builder |
Image.Builder.supportedInstanceFamilies(Collection<String> supportedInstanceFamilies) |
The supported instances families that determine which image a customer can use when the customer launches a
fleet or image builder.
|
Image.Builder |
Image.toBuilder() |
|
Image.Builder |
Image.Builder.visibility(String visibility) |
Indicates whether the image is public or private.
|
Image.Builder |
Image.Builder.visibility(VisibilityType visibility) |
Indicates whether the image is public or private.
|