public static class AuthenticationProviderSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public AuthenticationProviderSummary.Builder id(String id)
Unique immutable identifier that was assigned when the Authentication Provider was created.
id
- the value to setpublic AuthenticationProviderSummary.Builder grantType(AuthenticationGrantType grantType)
The grant type for the Authentication Provider.
grantType
- the value to setpublic AuthenticationProviderSummary.Builder identityProvider(AuthenticationIdentityProvider identityProvider)
Which type of Identity Provider (IDP) you are using.
identityProvider
- the value to setpublic AuthenticationProviderSummary.Builder name(String name)
A name to identify the Authentication Provider.
name
- the value to setpublic AuthenticationProviderSummary.Builder lifecycleState(LifecycleState lifecycleState)
The Authentication Provider’s current state.
lifecycleState
- the value to setpublic AuthenticationProviderSummary.Builder timeCreated(Date timeCreated)
When the resource was created. A date-time string as described in RFC 3339, section 14.29.
timeCreated
- the value to setpublic AuthenticationProviderSummary.Builder timeUpdated(Date timeUpdated)
When the resource was last updated. A date-time string as described in RFC 3339, section 14.29.
timeUpdated
- the value to setpublic AuthenticationProviderSummary.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type, or scope.
Example: {"bar-key": "value"}
freeformTags
- the value to setpublic AuthenticationProviderSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic AuthenticationProviderSummary build()
public AuthenticationProviderSummary.Builder copy(AuthenticationProviderSummary model)
Copyright © 2016–2024. All rights reserved.