public static interface GetCoreDefinitionVersionResponse.Builder extends GreengrassResponse.Builder, SdkPojo, CopyableBuilder<GetCoreDefinitionVersionResponse.Builder,GetCoreDefinitionVersionResponse>
Modifier and Type | Method and Description |
---|---|
GetCoreDefinitionVersionResponse.Builder |
arn(String arn)
The ARN of the core definition version.
|
GetCoreDefinitionVersionResponse.Builder |
creationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the core definition version was created.
|
default GetCoreDefinitionVersionResponse.Builder |
definition(Consumer<CoreDefinitionVersion.Builder> definition)
Information about the core definition version.
|
GetCoreDefinitionVersionResponse.Builder |
definition(CoreDefinitionVersion definition)
Information about the core definition version.
|
GetCoreDefinitionVersionResponse.Builder |
id(String id)
The ID of the core definition version.
|
GetCoreDefinitionVersionResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
GetCoreDefinitionVersionResponse.Builder |
version(String version)
The version of the core definition version.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetCoreDefinitionVersionResponse.Builder arn(String arn)
arn
- The ARN of the core definition version.GetCoreDefinitionVersionResponse.Builder creationTimestamp(String creationTimestamp)
creationTimestamp
- The time, in milliseconds since the epoch, when the core definition version was created.GetCoreDefinitionVersionResponse.Builder definition(CoreDefinitionVersion definition)
definition
- Information about the core definition version.default GetCoreDefinitionVersionResponse.Builder definition(Consumer<CoreDefinitionVersion.Builder> definition)
CoreDefinitionVersion.Builder
avoiding the need to create one manually via
CoreDefinitionVersion.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to definition(CoreDefinitionVersion)
.definition
- a consumer that will call methods on CoreDefinitionVersion.Builder
definition(CoreDefinitionVersion)
GetCoreDefinitionVersionResponse.Builder id(String id)
id
- The ID of the core definition version.GetCoreDefinitionVersionResponse.Builder nextToken(String nextToken)
nextToken
- The token for the next set of results, or ''null'' if there are no additional results.GetCoreDefinitionVersionResponse.Builder version(String version)
version
- The version of the core definition version.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.