Interface AwsSsoAuthentication.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsSsoAuthentication.Builder,AwsSsoAuthentication>,SdkBuilder<AwsSsoAuthentication.Builder,AwsSsoAuthentication>,SdkPojo
- Enclosing class:
- AwsSsoAuthentication
public static interface AwsSsoAuthentication.Builder extends SdkPojo, CopyableBuilder<AwsSsoAuthentication.Builder,AwsSsoAuthentication>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsSsoAuthentication.BuilderssoClientId(String ssoClientId)The ID of the IAM Identity Center-managed application that is created by Amazon Managed Grafana.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
ssoClientId
AwsSsoAuthentication.Builder ssoClientId(String ssoClientId)
The ID of the IAM Identity Center-managed application that is created by Amazon Managed Grafana.
- Parameters:
ssoClientId- The ID of the IAM Identity Center-managed application that is created by Amazon Managed Grafana.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-