public static interface WorkSpaceApplication.Builder extends SdkPojo, CopyableBuilder<WorkSpaceApplication.Builder,WorkSpaceApplication>
| Modifier and Type | Method and Description |
|---|---|
WorkSpaceApplication.Builder |
applicationId(String applicationId)
The identifier of the application.
|
WorkSpaceApplication.Builder |
created(Instant created)
The time the application is created.
|
WorkSpaceApplication.Builder |
description(String description)
The description of the WorkSpace application.
|
WorkSpaceApplication.Builder |
licenseType(String licenseType)
The license availability for the applications.
|
WorkSpaceApplication.Builder |
licenseType(WorkSpaceApplicationLicenseType licenseType)
The license availability for the applications.
|
WorkSpaceApplication.Builder |
name(String name)
The name of the WorkSpace application.
|
WorkSpaceApplication.Builder |
owner(String owner)
The owner of the WorkSpace application.
|
WorkSpaceApplication.Builder |
state(String state)
The status of WorkSpace application.
|
WorkSpaceApplication.Builder |
state(WorkSpaceApplicationState state)
The status of WorkSpace application.
|
WorkSpaceApplication.Builder |
supportedComputeTypeNames(Collection<Compute> supportedComputeTypeNames)
The supported compute types of the WorkSpace application.
|
WorkSpaceApplication.Builder |
supportedComputeTypeNames(Compute... supportedComputeTypeNames)
The supported compute types of the WorkSpace application.
|
WorkSpaceApplication.Builder |
supportedComputeTypeNamesWithStrings(Collection<String> supportedComputeTypeNames)
The supported compute types of the WorkSpace application.
|
WorkSpaceApplication.Builder |
supportedComputeTypeNamesWithStrings(String... supportedComputeTypeNames)
The supported compute types of the WorkSpace application.
|
WorkSpaceApplication.Builder |
supportedOperatingSystemNames(Collection<OperatingSystemName> supportedOperatingSystemNames)
The supported operating systems of the WorkSpace application.
|
WorkSpaceApplication.Builder |
supportedOperatingSystemNames(OperatingSystemName... supportedOperatingSystemNames)
The supported operating systems of the WorkSpace application.
|
WorkSpaceApplication.Builder |
supportedOperatingSystemNamesWithStrings(Collection<String> supportedOperatingSystemNames)
The supported operating systems of the WorkSpace application.
|
WorkSpaceApplication.Builder |
supportedOperatingSystemNamesWithStrings(String... supportedOperatingSystemNames)
The supported operating systems of the WorkSpace application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkSpaceApplication.Builder applicationId(String applicationId)
The identifier of the application.
applicationId - The identifier of the application.WorkSpaceApplication.Builder created(Instant created)
The time the application is created.
created - The time the application is created.WorkSpaceApplication.Builder description(String description)
The description of the WorkSpace application.
description - The description of the WorkSpace application.WorkSpaceApplication.Builder licenseType(String licenseType)
The license availability for the applications.
licenseType - The license availability for the applications.WorkSpaceApplicationLicenseType,
WorkSpaceApplicationLicenseTypeWorkSpaceApplication.Builder licenseType(WorkSpaceApplicationLicenseType licenseType)
The license availability for the applications.
licenseType - The license availability for the applications.WorkSpaceApplicationLicenseType,
WorkSpaceApplicationLicenseTypeWorkSpaceApplication.Builder name(String name)
The name of the WorkSpace application.
name - The name of the WorkSpace application.WorkSpaceApplication.Builder owner(String owner)
The owner of the WorkSpace application.
owner - The owner of the WorkSpace application.WorkSpaceApplication.Builder state(String state)
The status of WorkSpace application.
state - The status of WorkSpace application.WorkSpaceApplicationState,
WorkSpaceApplicationStateWorkSpaceApplication.Builder state(WorkSpaceApplicationState state)
The status of WorkSpace application.
state - The status of WorkSpace application.WorkSpaceApplicationState,
WorkSpaceApplicationStateWorkSpaceApplication.Builder supportedComputeTypeNamesWithStrings(Collection<String> supportedComputeTypeNames)
The supported compute types of the WorkSpace application.
supportedComputeTypeNames - The supported compute types of the WorkSpace application.WorkSpaceApplication.Builder supportedComputeTypeNamesWithStrings(String... supportedComputeTypeNames)
The supported compute types of the WorkSpace application.
supportedComputeTypeNames - The supported compute types of the WorkSpace application.WorkSpaceApplication.Builder supportedComputeTypeNames(Collection<Compute> supportedComputeTypeNames)
The supported compute types of the WorkSpace application.
supportedComputeTypeNames - The supported compute types of the WorkSpace application.WorkSpaceApplication.Builder supportedComputeTypeNames(Compute... supportedComputeTypeNames)
The supported compute types of the WorkSpace application.
supportedComputeTypeNames - The supported compute types of the WorkSpace application.WorkSpaceApplication.Builder supportedOperatingSystemNamesWithStrings(Collection<String> supportedOperatingSystemNames)
The supported operating systems of the WorkSpace application.
supportedOperatingSystemNames - The supported operating systems of the WorkSpace application.WorkSpaceApplication.Builder supportedOperatingSystemNamesWithStrings(String... supportedOperatingSystemNames)
The supported operating systems of the WorkSpace application.
supportedOperatingSystemNames - The supported operating systems of the WorkSpace application.WorkSpaceApplication.Builder supportedOperatingSystemNames(Collection<OperatingSystemName> supportedOperatingSystemNames)
The supported operating systems of the WorkSpace application.
supportedOperatingSystemNames - The supported operating systems of the WorkSpace application.WorkSpaceApplication.Builder supportedOperatingSystemNames(OperatingSystemName... supportedOperatingSystemNames)
The supported operating systems of the WorkSpace application.
supportedOperatingSystemNames - The supported operating systems of the WorkSpace application.Copyright © 2023. All rights reserved.