Uses of Interface
software.amazon.awssdk.services.greengrass.model.Connector.Builder
-
Packages that use Connector.Builder Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of Connector.Builder in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return Connector.Builder Modifier and Type Method Description static Connector.BuilderConnector. builder()Connector.BuilderConnector.Builder. connectorArn(String connectorArn)The ARN of the connector.Connector.BuilderConnector.Builder. id(String id)A descriptive or arbitrary ID for the connector.Connector.BuilderConnector.Builder. parameters(Map<String,String> parameters)The parameters or configuration that the connector uses.Connector.BuilderConnector. toBuilder()Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type Connector.Builder Modifier and Type Method Description static Class<? extends Connector.Builder>Connector. serializableBuilderClass()
-