Interface GetConnectorDefinitionVersionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetConnectorDefinitionVersionResponse.Builder,
,GetConnectorDefinitionVersionResponse> GreengrassResponse.Builder
,SdkBuilder<GetConnectorDefinitionVersionResponse.Builder,
,GetConnectorDefinitionVersionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetConnectorDefinitionVersionResponse
public static interface GetConnectorDefinitionVersionResponse.Builder
extends GreengrassResponse.Builder, SdkPojo, CopyableBuilder<GetConnectorDefinitionVersionResponse.Builder,GetConnectorDefinitionVersionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the connector definition version.creationTimestamp
(String creationTimestamp) The time, in milliseconds since the epoch, when the connector definition version was created.definition
(Consumer<ConnectorDefinitionVersion.Builder> definition) Information about the connector definition version.definition
(ConnectorDefinitionVersion definition) Information about the connector definition version.The ID of the connector definition version.The token for the next set of results, or ''null'' if there are no additional results.The version of the connector definition version.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.greengrass.model.GreengrassResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
arn
The ARN of the connector definition version.- Parameters:
arn
- The ARN of the connector definition version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimestamp
The time, in milliseconds since the epoch, when the connector definition version was created.- Parameters:
creationTimestamp
- The time, in milliseconds since the epoch, when the connector definition version was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
definition
Information about the connector definition version.- Parameters:
definition
- Information about the connector definition version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
definition
default GetConnectorDefinitionVersionResponse.Builder definition(Consumer<ConnectorDefinitionVersion.Builder> definition) Information about the connector definition version. This is a convenience method that creates an instance of theConnectorDefinitionVersion.Builder
avoiding the need to create one manually viaConnectorDefinitionVersion.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todefinition(ConnectorDefinitionVersion)
.- Parameters:
definition
- a consumer that will call methods onConnectorDefinitionVersion.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
id
The ID of the connector definition version.- Parameters:
id
- The ID of the connector definition version.- 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.
-
version
The version of the connector definition version.- Parameters:
version
- The version of the connector definition version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-