public static interface DescribeApplicationResponse.Builder extends IoTFleetHubResponse.Builder, SdkPojo, CopyableBuilder<DescribeApplicationResponse.Builder,DescribeApplicationResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeApplicationResponse.Builder |
applicationArn(String applicationArn)
The ARN of the web application.
|
DescribeApplicationResponse.Builder |
applicationCreationDate(Long applicationCreationDate)
The date (in Unix epoch time) when the application was created.
|
DescribeApplicationResponse.Builder |
applicationDescription(String applicationDescription)
An optional description of the web application.
|
DescribeApplicationResponse.Builder |
applicationId(String applicationId)
The unique Id of the web application.
|
DescribeApplicationResponse.Builder |
applicationLastUpdateDate(Long applicationLastUpdateDate)
The date (in Unix epoch time) when the application was last updated.
|
DescribeApplicationResponse.Builder |
applicationName(String applicationName)
The name of the web application.
|
DescribeApplicationResponse.Builder |
applicationState(ApplicationState applicationState)
The current state of the web application.
|
DescribeApplicationResponse.Builder |
applicationState(String applicationState)
The current state of the web application.
|
DescribeApplicationResponse.Builder |
applicationUrl(String applicationUrl)
The URL of the web application.
|
DescribeApplicationResponse.Builder |
errorMessage(String errorMessage)
A message indicating why the
DescribeApplication API failed. |
DescribeApplicationResponse.Builder |
roleArn(String roleArn)
The ARN of the role that the web application assumes when it interacts with AWS IoT Core.
|
DescribeApplicationResponse.Builder |
ssoClientId(String ssoClientId)
The Id of the single sign-on client that you use to authenticate and authorize users on the web application.
|
DescribeApplicationResponse.Builder |
tags(Map<String,String> tags)
A set of key/value pairs that you can use to manage the web application resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeApplicationResponse.Builder applicationId(String applicationId)
The unique Id of the web application.
applicationId - The unique Id of the web application.DescribeApplicationResponse.Builder applicationArn(String applicationArn)
The ARN of the web application.
applicationArn - The ARN of the web application.DescribeApplicationResponse.Builder applicationName(String applicationName)
The name of the web application.
applicationName - The name of the web application.DescribeApplicationResponse.Builder applicationDescription(String applicationDescription)
An optional description of the web application.
applicationDescription - An optional description of the web application.DescribeApplicationResponse.Builder applicationUrl(String applicationUrl)
The URL of the web application.
applicationUrl - The URL of the web application.DescribeApplicationResponse.Builder applicationState(String applicationState)
The current state of the web application.
applicationState - The current state of the web application.ApplicationState,
ApplicationStateDescribeApplicationResponse.Builder applicationState(ApplicationState applicationState)
The current state of the web application.
applicationState - The current state of the web application.ApplicationState,
ApplicationStateDescribeApplicationResponse.Builder applicationCreationDate(Long applicationCreationDate)
The date (in Unix epoch time) when the application was created.
applicationCreationDate - The date (in Unix epoch time) when the application was created.DescribeApplicationResponse.Builder applicationLastUpdateDate(Long applicationLastUpdateDate)
The date (in Unix epoch time) when the application was last updated.
applicationLastUpdateDate - The date (in Unix epoch time) when the application was last updated.DescribeApplicationResponse.Builder roleArn(String roleArn)
The ARN of the role that the web application assumes when it interacts with AWS IoT Core.
roleArn - The ARN of the role that the web application assumes when it interacts with AWS IoT Core.DescribeApplicationResponse.Builder ssoClientId(String ssoClientId)
The Id of the single sign-on client that you use to authenticate and authorize users on the web application.
ssoClientId - The Id of the single sign-on client that you use to authenticate and authorize users on the web
application.DescribeApplicationResponse.Builder errorMessage(String errorMessage)
A message indicating why the DescribeApplication API failed.
errorMessage - A message indicating why the DescribeApplication API failed.DescribeApplicationResponse.Builder tags(Map<String,String> tags)
A set of key/value pairs that you can use to manage the web application resource.
tags - A set of key/value pairs that you can use to manage the web application resource.Copyright © 2021. All rights reserved.