public static interface DescribeCustomPluginResponse.Builder extends KafkaConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeCustomPluginResponse.Builder,DescribeCustomPluginResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeCustomPluginResponse.Builder creationTime(Instant creationTime)
The time that the custom plugin was created.
creationTime - The time that the custom plugin was created.DescribeCustomPluginResponse.Builder customPluginArn(String customPluginArn)
The Amazon Resource Name (ARN) of the custom plugin.
customPluginArn - The Amazon Resource Name (ARN) of the custom plugin.DescribeCustomPluginResponse.Builder customPluginState(String customPluginState)
The state of the custom plugin.
customPluginState - The state of the custom plugin.CustomPluginState,
CustomPluginStateDescribeCustomPluginResponse.Builder customPluginState(CustomPluginState customPluginState)
The state of the custom plugin.
customPluginState - The state of the custom plugin.CustomPluginState,
CustomPluginStateDescribeCustomPluginResponse.Builder description(String description)
The description of the custom plugin.
description - The description of the custom plugin.DescribeCustomPluginResponse.Builder latestRevision(CustomPluginRevisionSummary latestRevision)
The latest successfully created revision of the custom plugin. If there are no successfully created revisions, this field will be absent.
latestRevision - The latest successfully created revision of the custom plugin. If there are no successfully created
revisions, this field will be absent.default DescribeCustomPluginResponse.Builder latestRevision(Consumer<CustomPluginRevisionSummary.Builder> latestRevision)
The latest successfully created revision of the custom plugin. If there are no successfully created revisions, this field will be absent.
This is a convenience method that creates an instance of theCustomPluginRevisionSummary.Builder
avoiding the need to create one manually via CustomPluginRevisionSummary.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to latestRevision(CustomPluginRevisionSummary).
latestRevision - a consumer that will call methods on CustomPluginRevisionSummary.BuilderlatestRevision(CustomPluginRevisionSummary)DescribeCustomPluginResponse.Builder name(String name)
The name of the custom plugin.
name - The name of the custom plugin.DescribeCustomPluginResponse.Builder stateDescription(StateDescription stateDescription)
Details about the state of a custom plugin.
stateDescription - Details about the state of a custom plugin.default DescribeCustomPluginResponse.Builder stateDescription(Consumer<StateDescription.Builder> stateDescription)
Details about the state of a custom plugin.
This is a convenience method that creates an instance of theStateDescription.Builder avoiding the
need to create one manually via StateDescription.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to stateDescription(StateDescription).
stateDescription - a consumer that will call methods on StateDescription.BuilderstateDescription(StateDescription)Copyright © 2023. All rights reserved.