public static interface DescribeWorkspaceAuthenticationResponse.Builder extends GrafanaResponse.Builder, SdkPojo, CopyableBuilder<DescribeWorkspaceAuthenticationResponse.Builder,DescribeWorkspaceAuthenticationResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkspaceAuthenticationResponse.Builder |
authentication(AuthenticationDescription authentication)
A structure containing information about the authentication methods used in the workspace.
|
default DescribeWorkspaceAuthenticationResponse.Builder |
authentication(Consumer<AuthenticationDescription.Builder> authentication)
A structure containing information about the authentication methods used in the workspace.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeWorkspaceAuthenticationResponse.Builder authentication(AuthenticationDescription authentication)
A structure containing information about the authentication methods used in the workspace.
authentication - A structure containing information about the authentication methods used in the workspace.default DescribeWorkspaceAuthenticationResponse.Builder authentication(Consumer<AuthenticationDescription.Builder> authentication)
A structure containing information about the authentication methods used in the workspace.
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.