public static interface WorkSpaceApplicationDeployment.Builder extends SdkPojo, CopyableBuilder<WorkSpaceApplicationDeployment.Builder,WorkSpaceApplicationDeployment>
| Modifier and Type | Method and Description |
|---|---|
WorkSpaceApplicationDeployment.Builder |
associations(Collection<WorkspaceResourceAssociation> associations)
The associations between the applications and the associated resources.
|
WorkSpaceApplicationDeployment.Builder |
associations(Consumer<WorkspaceResourceAssociation.Builder>... associations)
The associations between the applications and the associated resources.
|
WorkSpaceApplicationDeployment.Builder |
associations(WorkspaceResourceAssociation... associations)
The associations between the applications and the associated resources.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkSpaceApplicationDeployment.Builder associations(Collection<WorkspaceResourceAssociation> associations)
The associations between the applications and the associated resources.
associations - The associations between the applications and the associated resources.WorkSpaceApplicationDeployment.Builder associations(WorkspaceResourceAssociation... associations)
The associations between the applications and the associated resources.
associations - The associations between the applications and the associated resources.WorkSpaceApplicationDeployment.Builder associations(Consumer<WorkspaceResourceAssociation.Builder>... associations)
The associations between the applications and the associated resources.
This is a convenience method that creates an instance of theWorkspaceResourceAssociation.Builder avoiding the
need to create one manually via
WorkspaceResourceAssociation.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #associations(List.
associations - a consumer that will call methods on
WorkspaceResourceAssociation.Builder#associations(java.util.Collection) Copyright © 2023. All rights reserved.