public static interface PortalSummary.Builder extends SdkPojo, CopyableBuilder<PortalSummary.Builder,PortalSummary>
| Modifier and Type | Method and Description |
|---|---|
PortalSummary.Builder |
creationDate(Instant creationDate)
The date the portal was created, in Unix epoch time.
|
PortalSummary.Builder |
description(String description)
The portal's description.
|
PortalSummary.Builder |
id(String id)
The ID of the portal.
|
PortalSummary.Builder |
lastUpdateDate(Instant lastUpdateDate)
The date the portal was last updated, in Unix epoch time.
|
PortalSummary.Builder |
name(String name)
The name of the portal.
|
PortalSummary.Builder |
roleArn(String roleArn)
The ARN of the
service role that allows the portal's users to access your AWS IoT SiteWise resources on your behalf.
|
PortalSummary.Builder |
startUrl(String startUrl)
The URL for the AWS IoT SiteWise Monitor portal.
|
default PortalSummary.Builder |
status(Consumer<PortalStatus.Builder> status)
Sets the value of the Status property for this object.
|
PortalSummary.Builder |
status(PortalStatus status)
Sets the value of the Status property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPortalSummary.Builder id(String id)
The ID of the portal.
id - The ID of the portal.PortalSummary.Builder name(String name)
The name of the portal.
name - The name of the portal.PortalSummary.Builder description(String description)
The portal's description.
description - The portal's description.PortalSummary.Builder startUrl(String startUrl)
The URL for the AWS IoT SiteWise Monitor portal. You can use this URL to access portals that use AWS SSO for authentication. For portals that use IAM for authentication, you must use the AWS IoT SiteWise console to get a URL that you can use to access the portal.
startUrl - The URL for the AWS IoT SiteWise Monitor portal. You can use this URL to access portals that use AWS
SSO for authentication. For portals that use IAM for authentication, you must use the AWS IoT SiteWise
console to get a URL that you can use to access the portal.PortalSummary.Builder creationDate(Instant creationDate)
The date the portal was created, in Unix epoch time.
creationDate - The date the portal was created, in Unix epoch time.PortalSummary.Builder lastUpdateDate(Instant lastUpdateDate)
The date the portal was last updated, in Unix epoch time.
lastUpdateDate - The date the portal was last updated, in Unix epoch time.PortalSummary.Builder roleArn(String roleArn)
The ARN of the service role that allows the portal's users to access your AWS IoT SiteWise resources on your behalf. For more information, see Using service roles for AWS IoT SiteWise Monitor in the AWS IoT SiteWise User Guide.
roleArn - The ARN of
the service role that allows the portal's users to access your AWS IoT SiteWise resources on your
behalf. For more information, see Using
service roles for AWS IoT SiteWise Monitor in the AWS IoT SiteWise User Guide.PortalSummary.Builder status(PortalStatus status)
status - The new value for the Status property for this object.default PortalSummary.Builder status(Consumer<PortalStatus.Builder> status)
PortalStatus.Builder avoiding the need to
create one manually via PortalStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to status(PortalStatus).status - a consumer that will call methods on PortalStatus.Builderstatus(PortalStatus)Copyright © 2021. All rights reserved.