public static interface CreateConnectorDefinitionResponse.Builder extends GreengrassResponse.Builder, SdkPojo, CopyableBuilder<CreateConnectorDefinitionResponse.Builder,CreateConnectorDefinitionResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateConnectorDefinitionResponse.Builder |
arn(String arn)
The ARN of the definition.
|
CreateConnectorDefinitionResponse.Builder |
creationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the definition was created.
|
CreateConnectorDefinitionResponse.Builder |
id(String id)
The ID of the definition.
|
CreateConnectorDefinitionResponse.Builder |
lastUpdatedTimestamp(String lastUpdatedTimestamp)
The time, in milliseconds since the epoch, when the definition was last updated.
|
CreateConnectorDefinitionResponse.Builder |
latestVersion(String latestVersion)
The latest version of the definition.
|
CreateConnectorDefinitionResponse.Builder |
latestVersionArn(String latestVersionArn)
The ARN of the latest version of the definition.
|
CreateConnectorDefinitionResponse.Builder |
name(String name)
The name of the definition.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateConnectorDefinitionResponse.Builder arn(String arn)
arn - The ARN of the definition.CreateConnectorDefinitionResponse.Builder creationTimestamp(String creationTimestamp)
creationTimestamp - The time, in milliseconds since the epoch, when the definition was created.CreateConnectorDefinitionResponse.Builder id(String id)
id - The ID of the definition.CreateConnectorDefinitionResponse.Builder lastUpdatedTimestamp(String lastUpdatedTimestamp)
lastUpdatedTimestamp - The time, in milliseconds since the epoch, when the definition was last updated.CreateConnectorDefinitionResponse.Builder latestVersion(String latestVersion)
latestVersion - The latest version of the definition.CreateConnectorDefinitionResponse.Builder latestVersionArn(String latestVersionArn)
latestVersionArn - The ARN of the latest version of the definition.CreateConnectorDefinitionResponse.Builder name(String name)
name - The name of the definition.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.