Uses of Interface
software.amazon.awssdk.services.iotwireless.model.Destinations.Builder
-
Packages that use Destinations.Builder Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of Destinations.Builder in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return Destinations.Builder Modifier and Type Method Description Destinations.BuilderDestinations.Builder. arn(String arn)The Amazon Resource Name of the resource.static Destinations.BuilderDestinations. builder()Destinations.BuilderDestinations.Builder. description(String description)The description of the resource.Destinations.BuilderDestinations.Builder. expression(String expression)The rule name or topic rule to send messages to.Destinations.BuilderDestinations.Builder. expressionType(String expressionType)The type of value inExpression.Destinations.BuilderDestinations.Builder. expressionType(ExpressionType expressionType)The type of value inExpression.Destinations.BuilderDestinations.Builder. name(String name)The name of the resource.Destinations.BuilderDestinations.Builder. roleArn(String roleArn)The ARN of the IAM Role that authorizes the destination.Destinations.BuilderDestinations. toBuilder()Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type Destinations.Builder Modifier and Type Method Description static Class<? extends Destinations.Builder>Destinations. serializableBuilderClass()
-