Interface PortalOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PortalOptions.Builder,,PortalOptions> SdkBuilder<PortalOptions.Builder,,PortalOptions> SdkPojo
- Enclosing class:
PortalOptions
public static interface PortalOptions.Builder
extends SdkPojo, CopyableBuilder<PortalOptions.Builder,PortalOptions>
-
Method Summary
Modifier and TypeMethodDescriptiondefault PortalOptions.BuildersignInOptions(Consumer<SignInOptions.Builder> signInOptions) A structure that describes the sign-in options for the access portal.signInOptions(SignInOptions signInOptions) A structure that describes the sign-in options for the access portal.visibility(String visibility) Indicates whether this application is visible in the access portal.visibility(ApplicationVisibility visibility) Indicates whether this application is visible in the access portal.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
signInOptions
A structure that describes the sign-in options for the access portal.
- Parameters:
signInOptions- A structure that describes the sign-in options for the access portal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signInOptions
A structure that describes the sign-in options for the access portal.
This is a convenience method that creates an instance of theSignInOptions.Builderavoiding the need to create one manually viaSignInOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosignInOptions(SignInOptions).- Parameters:
signInOptions- a consumer that will call methods onSignInOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visibility
Indicates whether this application is visible in the access portal.
- Parameters:
visibility- Indicates whether this application is visible in the access portal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visibility
Indicates whether this application is visible in the access portal.
- Parameters:
visibility- Indicates whether this application is visible in the access portal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-