public static class GetLogoutURLResponse.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GetLogoutURLResponse |
build()
Takes the configuration in the mutable Builder and uses it to instantiate a final instance
of the GetLogoutURLResponse class
|
GetLogoutURLResponse.Builder |
setLogoutUrl(String logoutUrl)
Adds a value to the builder for logoutUrl
|
public GetLogoutURLResponse.Builder setLogoutUrl(String logoutUrl)
logoutUrl - Value to assign to the mutable Builderpublic GetLogoutURLResponse build()
Copyright © 2021. All rights reserved.