public static interface GetConnectorDefinitionVersionRequest.Builder extends GreengrassRequest.Builder, SdkPojo, CopyableBuilder<GetConnectorDefinitionVersionRequest.Builder,GetConnectorDefinitionVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
GetConnectorDefinitionVersionRequest.Builder |
connectorDefinitionId(String connectorDefinitionId)
The ID of the connector definition.
|
GetConnectorDefinitionVersionRequest.Builder |
connectorDefinitionVersionId(String connectorDefinitionVersionId)
The ID of the connector definition version.
|
GetConnectorDefinitionVersionRequest.Builder |
nextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
GetConnectorDefinitionVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetConnectorDefinitionVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetConnectorDefinitionVersionRequest.Builder connectorDefinitionId(String connectorDefinitionId)
connectorDefinitionId - The ID of the connector definition.GetConnectorDefinitionVersionRequest.Builder connectorDefinitionVersionId(String connectorDefinitionVersionId)
connectorDefinitionVersionId - The ID of the connector definition version. This value maps to the ''Version'' property of the
corresponding ''VersionInformation'' object, which is returned by ''ListConnectorDefinitionVersions''
requests. If the version is the last one that was associated with a connector definition, the value
also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.GetConnectorDefinitionVersionRequest.Builder nextToken(String nextToken)
nextToken - The token for the next set of results, or ''null'' if there are no additional results.GetConnectorDefinitionVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetConnectorDefinitionVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.