Class SystemDataResponse
- java.lang.Object
-
- com.pulumi.azurenative.azurearcdata.outputs.SystemDataResponse
-
public final class SystemDataResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SystemDataResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SystemDataResponse.Builder
builder()
static SystemDataResponse.Builder
builder(SystemDataResponse defaults)
java.util.Optional<java.lang.String>
createdAt()
java.util.Optional<java.lang.String>
createdBy()
java.util.Optional<java.lang.String>
createdByType()
java.util.Optional<java.lang.String>
lastModifiedAt()
java.util.Optional<java.lang.String>
lastModifiedBy()
java.util.Optional<java.lang.String>
lastModifiedByType()
-
-
-
Method Detail
-
createdAt
public java.util.Optional<java.lang.String> createdAt()
- Returns:
- The timestamp of resource creation (UTC)
-
createdBy
public java.util.Optional<java.lang.String> createdBy()
- Returns:
- An identifier for the identity that created the resource
-
createdByType
public java.util.Optional<java.lang.String> createdByType()
- Returns:
- The type of identity that created the resource
-
lastModifiedAt
public java.util.Optional<java.lang.String> lastModifiedAt()
- Returns:
- The timestamp of resource last modification (UTC)
-
lastModifiedBy
public java.util.Optional<java.lang.String> lastModifiedBy()
- Returns:
- An identifier for the identity that last modified the resource
-
lastModifiedByType
public java.util.Optional<java.lang.String> lastModifiedByType()
- Returns:
- The type of identity that last modified the resource
-
builder
public static SystemDataResponse.Builder builder()
-
builder
public static SystemDataResponse.Builder builder(SystemDataResponse defaults)
-
-