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 SummaryModifier and TypeMethodDescriptiondefault SamlAuthentication.Builderconfiguration(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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
configurationA 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.
 
- 
configurationA structure containing details about how this workspace works with SAML. This is a convenience method that creates an instance of theSamlConfiguration.Builderavoiding the need to create one manually viaSamlConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfiguration(SamlConfiguration).- Parameters:
- configuration- a consumer that will call methods on- SamlConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusSpecifies 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:
 
- 
statusSpecifies 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:
 
 
-