public static interface ListCoreDefinitionVersionsRequest.Builder extends GreengrassRequest.Builder, CopyableBuilder<ListCoreDefinitionVersionsRequest.Builder,ListCoreDefinitionVersionsRequest>
Modifier and Type | Method and Description |
---|---|
ListCoreDefinitionVersionsRequest.Builder |
coreDefinitionId(String coreDefinitionId)
core definition Id
|
ListCoreDefinitionVersionsRequest.Builder |
maxResults(String maxResults)
Specifies the maximum number of list results to be returned in this page
|
ListCoreDefinitionVersionsRequest.Builder |
nextToken(String nextToken)
Specifies the pagination token used when iterating through a paginated request
|
ListCoreDefinitionVersionsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
ListCoreDefinitionVersionsRequest.Builder coreDefinitionId(String coreDefinitionId)
coreDefinitionId
- core definition IdListCoreDefinitionVersionsRequest.Builder maxResults(String maxResults)
maxResults
- Specifies the maximum number of list results to be returned in this pageListCoreDefinitionVersionsRequest.Builder nextToken(String nextToken)
nextToken
- Specifies the pagination token used when iterating through a paginated requestListCoreDefinitionVersionsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.