Uses of Interface
software.amazon.awssdk.services.codestarnotifications.model.Target.Builder
-
Packages that use Target.Builder Package Description software.amazon.awssdk.services.codestarnotifications.model -
-
Uses of Target.Builder in software.amazon.awssdk.services.codestarnotifications.model
Methods in software.amazon.awssdk.services.codestarnotifications.model that return Target.Builder Modifier and Type Method Description static Target.BuilderTarget. builder()Target.BuilderTarget.Builder. targetAddress(String targetAddress)The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.Target.BuilderTarget.Builder. targetType(String targetType)The target type.Target.BuilderTarget. toBuilder()Methods in software.amazon.awssdk.services.codestarnotifications.model that return types with arguments of type Target.Builder Modifier and Type Method Description static Class<? extends Target.Builder>Target. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codestarnotifications.model with type arguments of type Target.Builder Modifier and Type Method Description default SubscribeRequest.BuilderSubscribeRequest.Builder. target(Consumer<Target.Builder> target)Sets the value of the Target property for this object.
-