Interface WebExperienceAuthConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WebExperienceAuthConfiguration.Builder,WebExperienceAuthConfiguration>,SdkBuilder<WebExperienceAuthConfiguration.Builder,WebExperienceAuthConfiguration>,SdkPojo
- Enclosing class:
- WebExperienceAuthConfiguration
public static interface WebExperienceAuthConfiguration.Builder extends SdkPojo, CopyableBuilder<WebExperienceAuthConfiguration.Builder,WebExperienceAuthConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default WebExperienceAuthConfiguration.BuildersamlConfiguration(Consumer<SamlConfiguration.Builder> samlConfiguration)Sets the value of the SamlConfiguration property for this object.WebExperienceAuthConfiguration.BuildersamlConfiguration(SamlConfiguration samlConfiguration)Sets the value of the SamlConfiguration property for this object.-
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
-
samlConfiguration
WebExperienceAuthConfiguration.Builder samlConfiguration(SamlConfiguration samlConfiguration)
Sets the value of the SamlConfiguration property for this object.- Parameters:
samlConfiguration- The new value for the SamlConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
samlConfiguration
default WebExperienceAuthConfiguration.Builder samlConfiguration(Consumer<SamlConfiguration.Builder> samlConfiguration)
Sets the value of the SamlConfiguration property for this object. 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 tosamlConfiguration(SamlConfiguration).- Parameters:
samlConfiguration- 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:
samlConfiguration(SamlConfiguration)
-
-