Interface DescribePortalResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribePortalResponse.Builder,DescribePortalResponse>,IoTSiteWiseResponse.Builder,SdkBuilder<DescribePortalResponse.Builder,DescribePortalResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribePortalResponse
public static interface DescribePortalResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<DescribePortalResponse.Builder,DescribePortalResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribePortalResponse.Builderalarms(Consumer<Alarms.Builder> alarms)Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.DescribePortalResponse.Builderalarms(Alarms alarms)Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.DescribePortalResponse.BuildernotificationSenderEmail(String notificationSenderEmail)The email address that sends alarm notifications.DescribePortalResponse.BuilderportalArn(String portalArn)The ARN of the portal, which has the following format.DescribePortalResponse.BuilderportalAuthMode(String portalAuthMode)The service to use to authenticate users to the portal.DescribePortalResponse.BuilderportalAuthMode(AuthMode portalAuthMode)The service to use to authenticate users to the portal.DescribePortalResponse.BuilderportalClientId(String portalClientId)The IAM Identity Center application generated client ID (used with IAM Identity Center API operations).DescribePortalResponse.BuilderportalContactEmail(String portalContactEmail)The Amazon Web Services administrator's contact email address.DescribePortalResponse.BuilderportalCreationDate(Instant portalCreationDate)The date the portal was created, in Unix epoch time.DescribePortalResponse.BuilderportalDescription(String portalDescription)The portal's description.DescribePortalResponse.BuilderportalId(String portalId)The ID of the portal.DescribePortalResponse.BuilderportalLastUpdateDate(Instant portalLastUpdateDate)The date the portal was last updated, in Unix epoch time.default DescribePortalResponse.BuilderportalLogoImageLocation(Consumer<ImageLocation.Builder> portalLogoImageLocation)The portal's logo image, which is available at a URL.DescribePortalResponse.BuilderportalLogoImageLocation(ImageLocation portalLogoImageLocation)The portal's logo image, which is available at a URL.DescribePortalResponse.BuilderportalName(String portalName)The name of the portal.DescribePortalResponse.BuilderportalStartUrl(String portalStartUrl)The URL for the IoT SiteWise Monitor portal.default DescribePortalResponse.BuilderportalStatus(Consumer<PortalStatus.Builder> portalStatus)The current status of the portal, which contains a state and any error message.DescribePortalResponse.BuilderportalStatus(PortalStatus portalStatus)The current status of the portal, which contains a state and any error message.DescribePortalResponse.BuilderroleArn(String roleArn)The ARN of the service role that allows the portal's users to access your IoT SiteWise resources on your behalf.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
portalId
DescribePortalResponse.Builder portalId(String portalId)
The ID of the portal.
- Parameters:
portalId- The ID of the portal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portalArn
DescribePortalResponse.Builder portalArn(String portalArn)
The ARN of the portal, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:portal/${PortalId}- Parameters:
portalArn- The ARN of the portal, which has the following format.arn:${Partition}:iotsitewise:${Region}:${Account}:portal/${PortalId}- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portalName
DescribePortalResponse.Builder portalName(String portalName)
The name of the portal.
- Parameters:
portalName- The name of the portal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portalDescription
DescribePortalResponse.Builder portalDescription(String portalDescription)
The portal's description.
- Parameters:
portalDescription- The portal's description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portalClientId
DescribePortalResponse.Builder portalClientId(String portalClientId)
The IAM Identity Center application generated client ID (used with IAM Identity Center API operations). IoT SiteWise includes
portalClientIdfor only portals that use IAM Identity Center to authenticate users.- Parameters:
portalClientId- The IAM Identity Center application generated client ID (used with IAM Identity Center API operations). IoT SiteWise includesportalClientIdfor only portals that use IAM Identity Center to authenticate users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portalStartUrl
DescribePortalResponse.Builder portalStartUrl(String portalStartUrl)
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.
- Parameters:
portalStartUrl- 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:
- Returns a reference to this object so that method calls can be chained together.
-
portalContactEmail
DescribePortalResponse.Builder portalContactEmail(String portalContactEmail)
The Amazon Web Services administrator's contact email address.
- Parameters:
portalContactEmail- The Amazon Web Services administrator's contact email address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portalStatus
DescribePortalResponse.Builder portalStatus(PortalStatus portalStatus)
The current status of the portal, which contains a state and any error message.
- Parameters:
portalStatus- The current status of the portal, which contains a state and any error message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portalStatus
default DescribePortalResponse.Builder portalStatus(Consumer<PortalStatus.Builder> portalStatus)
The current status of the portal, which contains a state and any error message.
This is a convenience method that creates an instance of thePortalStatus.Builderavoiding the need to create one manually viaPortalStatus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toportalStatus(PortalStatus).- Parameters:
portalStatus- a consumer that will call methods onPortalStatus.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
portalStatus(PortalStatus)
-
portalCreationDate
DescribePortalResponse.Builder portalCreationDate(Instant portalCreationDate)
The date the portal was created, in Unix epoch time.
- Parameters:
portalCreationDate- The date the portal was created, in Unix epoch time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portalLastUpdateDate
DescribePortalResponse.Builder portalLastUpdateDate(Instant portalLastUpdateDate)
The date the portal was last updated, in Unix epoch time.
- Parameters:
portalLastUpdateDate- The date the portal was last updated, in Unix epoch time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portalLogoImageLocation
DescribePortalResponse.Builder portalLogoImageLocation(ImageLocation portalLogoImageLocation)
The portal's logo image, which is available at a URL.
- Parameters:
portalLogoImageLocation- The portal's logo image, which is available at a URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portalLogoImageLocation
default DescribePortalResponse.Builder portalLogoImageLocation(Consumer<ImageLocation.Builder> portalLogoImageLocation)
The portal's logo image, which is available at a URL.
This is a convenience method that creates an instance of theImageLocation.Builderavoiding the need to create one manually viaImageLocation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toportalLogoImageLocation(ImageLocation).- Parameters:
portalLogoImageLocation- a consumer that will call methods onImageLocation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
portalLogoImageLocation(ImageLocation)
-
roleArn
DescribePortalResponse.Builder roleArn(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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
portalAuthMode
DescribePortalResponse.Builder portalAuthMode(String portalAuthMode)
The service to use to authenticate users to the portal.
-
portalAuthMode
DescribePortalResponse.Builder portalAuthMode(AuthMode portalAuthMode)
The service to use to authenticate users to the portal.
-
notificationSenderEmail
DescribePortalResponse.Builder notificationSenderEmail(String notificationSenderEmail)
The email address that sends alarm notifications.
- Parameters:
notificationSenderEmail- The email address that sends alarm notifications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alarms
DescribePortalResponse.Builder alarms(Alarms alarms)
Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.
- Parameters:
alarms- Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alarms
default DescribePortalResponse.Builder alarms(Consumer<Alarms.Builder> alarms)
Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.
This is a convenience method that creates an instance of theAlarms.Builderavoiding the need to create one manually viaAlarms.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toalarms(Alarms).- Parameters:
alarms- a consumer that will call methods onAlarms.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
alarms(Alarms)
-
-