Uses of Interface
software.amazon.awssdk.services.iot.model.Destination.Builder
-
Packages that use Destination.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of Destination.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return Destination.Builder Modifier and Type Method Description static Destination.BuilderDestination. builder()default Destination.BuilderDestination.Builder. s3Destination(Consumer<S3Destination.Builder> s3Destination)Describes the location in S3 of the updated firmware.Destination.BuilderDestination.Builder. s3Destination(S3Destination s3Destination)Describes the location in S3 of the updated firmware.Destination.BuilderDestination. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type Destination.Builder Modifier and Type Method Description static Class<? extends Destination.Builder>Destination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type Destination.Builder Modifier and Type Method Description default StartSigningJobParameter.BuilderStartSigningJobParameter.Builder. destination(Consumer<Destination.Builder> destination)The location to write the code-signed file.
-