Interface GetConnectorDefinitionVersionRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<GetConnectorDefinitionVersionRequest.Builder,GetConnectorDefinitionVersionRequest>, GreengrassRequest.Builder, SdkBuilder<GetConnectorDefinitionVersionRequest.Builder,GetConnectorDefinitionVersionRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
GetConnectorDefinitionVersionRequest

  • Method Details

    • connectorDefinitionId

      GetConnectorDefinitionVersionRequest.Builder connectorDefinitionId(String connectorDefinitionId)
      The ID of the connector definition.
      Parameters:
      connectorDefinitionId - The ID of the connector definition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectorDefinitionVersionId

      GetConnectorDefinitionVersionRequest.Builder connectorDefinitionVersionId(String 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.
      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The token for the next set of results, or ''null'' if there are no additional results.
      Parameters:
      nextToken - The token for the next set of results, or ''null'' if there are no additional results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.