Class IamResource.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.IamResource.Builder
-
- Enclosing class:
- IamResource
public static final class IamResource.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IamResourcebuild()IamResource.BuildercreatedAt(java.time.OffsetDateTime createdAt)IamResource.BuildercreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)IamResource.Builderdescription(java.lang.String description)IamResource.Builderdescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)IamResource.Builderid(java.lang.String id)Unique identifierIamResource.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierIamResource.Builderlocation(java.lang.String location)The location of the resource.IamResource.Builderlocation(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> location)The location of the resource.IamResource.Buildername(java.lang.String name)The name of the resource.IamResource.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the resource.IamResource.BuilderremoteId(java.lang.String remoteId)Provider's unique identifierIamResource.BuilderremoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierIamResource.Buildertype(IamResourceType type)IamResource.Buildertype(org.openapitools.jackson.nullable.JsonNullable<? extends IamResourceType> type)IamResource.BuilderupdatedAt(java.time.OffsetDateTime updatedAt)IamResource.BuilderupdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
-
-
-
Method Detail
-
id
public IamResource.Builder id(java.lang.String id)
Unique identifier
-
id
public IamResource.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
remoteId
public IamResource.Builder remoteId(java.lang.String remoteId)
Provider's unique identifier
-
remoteId
public IamResource.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
name
public IamResource.Builder name(java.lang.String name)
The name of the resource.
-
name
public IamResource.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the resource.
-
location
public IamResource.Builder location(java.lang.String location)
The location of the resource.
-
location
public IamResource.Builder location(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> location)
The location of the resource.
-
type
public IamResource.Builder type(IamResourceType type)
-
type
public IamResource.Builder type(org.openapitools.jackson.nullable.JsonNullable<? extends IamResourceType> type)
-
description
public IamResource.Builder description(java.lang.String description)
-
description
public IamResource.Builder description(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
-
createdAt
public IamResource.Builder createdAt(java.time.OffsetDateTime createdAt)
-
createdAt
public IamResource.Builder createdAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
-
updatedAt
public IamResource.Builder updatedAt(java.time.OffsetDateTime updatedAt)
-
updatedAt
public IamResource.Builder updatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
-
build
public IamResource build()
-
-