Class IamResource.Builder

  • Enclosing class:
    IamResource

    public static final class IamResource.Builder
    extends java.lang.Object
    • Method Detail

      • 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​(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.
      • description

        public IamResource.Builder description​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
      • createdAt

        public IamResource.Builder createdAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
      • updatedAt

        public IamResource.Builder updatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)