public static interface DeployWorkspaceApplicationsResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<DeployWorkspaceApplicationsResponse.Builder,DeployWorkspaceApplicationsResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeployWorkspaceApplicationsResponse.Builder |
deployment(Consumer<WorkSpaceApplicationDeployment.Builder> deployment)
The list of deployed associations and information about them.
|
DeployWorkspaceApplicationsResponse.Builder |
deployment(WorkSpaceApplicationDeployment deployment)
The list of deployed associations and information about them.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeployWorkspaceApplicationsResponse.Builder deployment(WorkSpaceApplicationDeployment deployment)
The list of deployed associations and information about them.
deployment - The list of deployed associations and information about them.default DeployWorkspaceApplicationsResponse.Builder deployment(Consumer<WorkSpaceApplicationDeployment.Builder> deployment)
The list of deployed associations and information about them.
This is a convenience method that creates an instance of theWorkSpaceApplicationDeployment.Builder
avoiding the need to create one manually via WorkSpaceApplicationDeployment.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to deployment(WorkSpaceApplicationDeployment).
deployment - a consumer that will call methods on WorkSpaceApplicationDeployment.Builderdeployment(WorkSpaceApplicationDeployment)Copyright © 2023. All rights reserved.