Interface DescribeWorkspaceAuthenticationResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DescribeWorkspaceAuthenticationResponse.Builder,,- DescribeWorkspaceAuthenticationResponse> - GrafanaResponse.Builder,- SdkBuilder<DescribeWorkspaceAuthenticationResponse.Builder,,- DescribeWorkspaceAuthenticationResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeWorkspaceAuthenticationResponse
@Mutable
@NotThreadSafe
public static interface DescribeWorkspaceAuthenticationResponse.Builder
extends GrafanaResponse.Builder, SdkPojo, CopyableBuilder<DescribeWorkspaceAuthenticationResponse.Builder,DescribeWorkspaceAuthenticationResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionauthentication(Consumer<AuthenticationDescription.Builder> authentication) A structure containing information about the authentication methods used in the workspace.authentication(AuthenticationDescription authentication) A structure containing information about the authentication methods used in the workspace.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.grafana.model.GrafanaResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
authenticationDescribeWorkspaceAuthenticationResponse.Builder authentication(AuthenticationDescription authentication) A structure containing information about the authentication methods used in the workspace. - Parameters:
- authentication- A structure containing information about the authentication methods used in the workspace.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
authenticationdefault 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.Builderavoiding the need to create one manually viaAuthenticationDescription.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toauthentication(AuthenticationDescription).- Parameters:
- authentication- a consumer that will call methods on- AuthenticationDescription.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-