public static interface UpdateWorkspaceAuthenticationResponse.Builder extends GrafanaResponse.Builder, SdkPojo, CopyableBuilder<UpdateWorkspaceAuthenticationResponse.Builder,UpdateWorkspaceAuthenticationResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkspaceAuthenticationResponse.Builder |
authentication(AuthenticationDescription authentication)
A structure that describes the user authentication for this workspace after the update is made.
|
default UpdateWorkspaceAuthenticationResponse.Builder |
authentication(Consumer<AuthenticationDescription.Builder> authentication)
A structure that describes the user authentication for this workspace after the update is made.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateWorkspaceAuthenticationResponse.Builder authentication(AuthenticationDescription authentication)
A structure that describes the user authentication for this workspace after the update is made.
authentication - A structure that describes the user authentication for this workspace after the update is made.default UpdateWorkspaceAuthenticationResponse.Builder authentication(Consumer<AuthenticationDescription.Builder> authentication)
A structure that describes the user authentication for this workspace after the update is made.
This is a convenience method that creates an instance of theAuthenticationDescription.Builder
avoiding the need to create one manually via AuthenticationDescription.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to authentication(AuthenticationDescription).
authentication - a consumer that will call methods on AuthenticationDescription.Builderauthentication(AuthenticationDescription)Copyright © 2023. All rights reserved.