Interface SamlAuthentication.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SamlAuthentication.Builder,
,SamlAuthentication> SdkBuilder<SamlAuthentication.Builder,
,SamlAuthentication> SdkPojo
- Enclosing class:
SamlAuthentication
@Mutable
@NotThreadSafe
public static interface SamlAuthentication.Builder
extends SdkPojo, CopyableBuilder<SamlAuthentication.Builder,SamlAuthentication>
-
Method Summary
Modifier and TypeMethodDescriptiondefault SamlAuthentication.Builder
configuration
(Consumer<SamlConfiguration.Builder> configuration) A structure containing details about how this workspace works with SAML.configuration
(SamlConfiguration configuration) A structure containing details about how this workspace works with SAML.Specifies whether the workspace's SAML configuration is complete.status
(SamlConfigurationStatus status) Specifies whether the workspace's SAML configuration is complete.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, sdkFieldNameToField, sdkFields
-
Method Details
-
configuration
A structure containing details about how this workspace works with SAML.
- Parameters:
configuration
- A structure containing details about how this workspace works with SAML.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
A structure containing details about how this workspace works with SAML.
This is a convenience method that creates an instance of theSamlConfiguration.Builder
avoiding the need to create one manually viaSamlConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconfiguration(SamlConfiguration)
.- Parameters:
configuration
- a consumer that will call methods onSamlConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Specifies whether the workspace's SAML configuration is complete.
- Parameters:
status
- Specifies whether the workspace's SAML configuration is complete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Specifies whether the workspace's SAML configuration is complete.
- Parameters:
status
- Specifies whether the workspace's SAML configuration is complete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-