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