Interface DisassociateLicenseResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DisassociateLicenseResponse.Builder,DisassociateLicenseResponse>,GrafanaResponse.Builder,SdkBuilder<DisassociateLicenseResponse.Builder,DisassociateLicenseResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DisassociateLicenseResponse
public static interface DisassociateLicenseResponse.Builder extends GrafanaResponse.Builder, SdkPojo, CopyableBuilder<DisassociateLicenseResponse.Builder,DisassociateLicenseResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DisassociateLicenseResponse.Builderworkspace(Consumer<WorkspaceDescription.Builder> workspace)A structure containing information about the workspace.DisassociateLicenseResponse.Builderworkspace(WorkspaceDescription workspace)A structure containing information about the workspace.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.grafana.model.GrafanaResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
workspace
DisassociateLicenseResponse.Builder workspace(WorkspaceDescription workspace)
A structure containing information about the workspace.
- Parameters:
workspace- A structure containing information about the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspace
default DisassociateLicenseResponse.Builder workspace(Consumer<WorkspaceDescription.Builder> workspace)
A structure containing information about the workspace.
This is a convenience method that creates an instance of theWorkspaceDescription.Builderavoiding the need to create one manually viaWorkspaceDescription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toworkspace(WorkspaceDescription).- Parameters:
workspace- a consumer that will call methods onWorkspaceDescription.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
workspace(WorkspaceDescription)
-
-