public static interface AssociateWorkspaceApplicationResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<AssociateWorkspaceApplicationResponse.Builder,AssociateWorkspaceApplicationResponse>
| Modifier and Type | Method and Description |
|---|---|
default AssociateWorkspaceApplicationResponse.Builder |
association(Consumer<WorkspaceResourceAssociation.Builder> association)
Information about the association between the specified WorkSpace and the specified application.
|
AssociateWorkspaceApplicationResponse.Builder |
association(WorkspaceResourceAssociation association)
Information about the association between the specified WorkSpace and the specified application.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateWorkspaceApplicationResponse.Builder association(WorkspaceResourceAssociation association)
Information about the association between the specified WorkSpace and the specified application.
association - Information about the association between the specified WorkSpace and the specified application.default AssociateWorkspaceApplicationResponse.Builder association(Consumer<WorkspaceResourceAssociation.Builder> association)
Information about the association between the specified WorkSpace and the specified application.
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 association(WorkspaceResourceAssociation).
association - a consumer that will call methods on WorkspaceResourceAssociation.Builderassociation(WorkspaceResourceAssociation)Copyright © 2023. All rights reserved.