Class PortalSummary
- java.lang.Object
-
- software.amazon.awssdk.services.iotsitewise.model.PortalSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PortalSummary.Builder,PortalSummary>
@Generated("software.amazon.awssdk:codegen") public final class PortalSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PortalSummary.Builder,PortalSummary>
Contains a portal summary.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePortalSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PortalSummary.Builderbuilder()InstantcreationDate()The date the portal was created, in Unix epoch time.Stringdescription()The portal's description.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID of the portal.InstantlastUpdateDate()The date the portal was last updated, in Unix epoch time.Stringname()The name of the portal.StringroleArn()The ARN of the service role that allows the portal's users to access your IoT SiteWise resources on your behalf.List<SdkField<?>>sdkFields()static Class<? extends PortalSummary.Builder>serializableBuilderClass()StringstartUrl()The URL for the IoT SiteWise Monitor portal.PortalStatusstatus()Returns the value of the Status property for this object.PortalSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
id
public final String id()
The ID of the portal.
- Returns:
- The ID of the portal.
-
name
public final String name()
The name of the portal.
- Returns:
- The name of the portal.
-
description
public final String description()
The portal's description.
- Returns:
- The portal's description.
-
startUrl
public final String startUrl()
The URL for the IoT SiteWise Monitor portal. You can use this URL to access portals that use IAM Identity Center for authentication. For portals that use IAM for authentication, you must use the IoT SiteWise console to get a URL that you can use to access the portal.
- Returns:
- The URL for the IoT SiteWise Monitor portal. You can use this URL to access portals that use IAM Identity Center for authentication. For portals that use IAM for authentication, you must use the IoT SiteWise console to get a URL that you can use to access the portal.
-
creationDate
public final Instant creationDate()
The date the portal was created, in Unix epoch time.
- Returns:
- The date the portal was created, in Unix epoch time.
-
lastUpdateDate
public final Instant lastUpdateDate()
The date the portal was last updated, in Unix epoch time.
- Returns:
- The date the portal was last updated, in Unix epoch time.
-
roleArn
public final String roleArn()
The ARN of the service role that allows the portal's users to access your IoT SiteWise resources on your behalf. For more information, see Using service roles for IoT SiteWise Monitor in the IoT SiteWise User Guide.
- Returns:
- The ARN of the service role that allows the portal's users to access your IoT SiteWise resources on your behalf. For more information, see Using service roles for IoT SiteWise Monitor in the IoT SiteWise User Guide.
-
status
public final PortalStatus status()
Returns the value of the Status property for this object.- Returns:
- The value of the Status property for this object.
-
toBuilder
public PortalSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PortalSummary.Builder,PortalSummary>
-
builder
public static PortalSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends PortalSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-