Package com.oracle.bmc.identity.model
Class IdentityProviderGroupSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.identity.model.IdentityProviderGroupSummary.Builder
-
- Enclosing class:
- IdentityProviderGroupSummary
public static class IdentityProviderGroupSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentityProviderGroupSummary
build()
IdentityProviderGroupSummary.Builder
copy(IdentityProviderGroupSummary model)
IdentityProviderGroupSummary.Builder
displayName(String displayName)
Display name of the groupIdentityProviderGroupSummary.Builder
externalIdentifier(String externalIdentifier)
Identifier of the group in the identity providerIdentityProviderGroupSummary.Builder
id(String id)
The OCID of the IdentityProviderGroup.IdentityProviderGroupSummary.Builder
identityProviderId(String identityProviderId)
The OCID of the IdentityProvider this group belongs to.IdentityProviderGroupSummary.Builder
name(String name)
Display name of the groupIdentityProviderGroupSummary.Builder
timeCreated(Date timeCreated)
Date and time the IdentityProviderGroup was created, in the format defined by RFC3339.IdentityProviderGroupSummary.Builder
timeModified(Date timeModified)
Date and time the IdentityProviderGroup was last modified, in the format defined by RFC3339.
-
-
-
Method Detail
-
id
public IdentityProviderGroupSummary.Builder id(String id)
The OCID of the IdentityProviderGroup.- Parameters:
id
- the value to set- Returns:
- this builder
-
identityProviderId
public IdentityProviderGroupSummary.Builder identityProviderId(String identityProviderId)
The OCID of the IdentityProvider this group belongs to.- Parameters:
identityProviderId
- the value to set- Returns:
- this builder
-
displayName
public IdentityProviderGroupSummary.Builder displayName(String displayName)
Display name of the group- Parameters:
displayName
- the value to set- Returns:
- this builder
-
name
public IdentityProviderGroupSummary.Builder name(String name)
Display name of the group- Parameters:
name
- the value to set- Returns:
- this builder
-
externalIdentifier
public IdentityProviderGroupSummary.Builder externalIdentifier(String externalIdentifier)
Identifier of the group in the identity provider- Parameters:
externalIdentifier
- the value to set- Returns:
- this builder
-
timeCreated
public IdentityProviderGroupSummary.Builder timeCreated(Date timeCreated)
Date and time the IdentityProviderGroup was created, in the format defined by RFC3339.Example: 2016-08-25T21:10:29.600Z
- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
timeModified
public IdentityProviderGroupSummary.Builder timeModified(Date timeModified)
Date and time the IdentityProviderGroup was last modified, in the format defined by RFC3339.Example: 2016-08-25T21:10:29.600Z
- Parameters:
timeModified
- the value to set- Returns:
- this builder
-
build
public IdentityProviderGroupSummary build()
-
copy
public IdentityProviderGroupSummary.Builder copy(IdentityProviderGroupSummary model)
-
-