public static interface GetScreenDataRequest.Builder extends HoneycodeRequest.Builder, SdkPojo, CopyableBuilder<GetScreenDataRequest.Builder,GetScreenDataRequest>
Modifier and Type | Method and Description |
---|---|
GetScreenDataRequest.Builder |
appId(String appId)
The ID of the app that contains the screem.
|
GetScreenDataRequest.Builder |
maxResults(Integer maxResults)
The number of results to be returned on a single page.
|
GetScreenDataRequest.Builder |
nextToken(String nextToken)
This parameter is optional.
|
GetScreenDataRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetScreenDataRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetScreenDataRequest.Builder |
screenId(String screenId)
The ID of the screen.
|
GetScreenDataRequest.Builder |
variables(Map<String,VariableValue> variables)
Variables are optional and are needed only if the screen requires them to render correctly.
|
GetScreenDataRequest.Builder |
workbookId(String workbookId)
The ID of the workbook that contains the screen.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetScreenDataRequest.Builder workbookId(String workbookId)
The ID of the workbook that contains the screen.
workbookId
- The ID of the workbook that contains the screen.GetScreenDataRequest.Builder appId(String appId)
The ID of the app that contains the screem.
appId
- The ID of the app that contains the screem.GetScreenDataRequest.Builder screenId(String screenId)
The ID of the screen.
screenId
- The ID of the screen.GetScreenDataRequest.Builder variables(Map<String,VariableValue> variables)
Variables are optional and are needed only if the screen requires them to render correctly. Variables are specified as a map where the key is the name of the variable as defined on the screen. The value is an object which currently has only one property, rawValue, which holds the value of the variable to be passed to the screen.
variables
- Variables are optional and are needed only if the screen requires them to render correctly. Variables
are specified as a map where the key is the name of the variable as defined on the screen. The value
is an object which currently has only one property, rawValue, which holds the value of the variable to
be passed to the screen.GetScreenDataRequest.Builder maxResults(Integer maxResults)
The number of results to be returned on a single page. Specify a number between 1 and 100. The maximum value is 100.
This parameter is optional. If you don't specify this parameter, the default page size is 100.
maxResults
- The number of results to be returned on a single page. Specify a number between 1 and 100. The maximum
value is 100.
This parameter is optional. If you don't specify this parameter, the default page size is 100.
GetScreenDataRequest.Builder nextToken(String nextToken)
This parameter is optional. If a nextToken is not specified, the API returns the first page of data.
Pagination tokens expire after 1 hour. If you use a token that was returned more than an hour back, the API will throw ValidationException.
nextToken
- This parameter is optional. If a nextToken is not specified, the API returns the first page of data.
Pagination tokens expire after 1 hour. If you use a token that was returned more than an hour back, the API will throw ValidationException.
GetScreenDataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetScreenDataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.