Uses of Interface
software.amazon.awssdk.services.eventbridge.model.UpdateApiDestinationResponse.Builder
Packages that use UpdateApiDestinationResponse.Builder
-
Uses of UpdateApiDestinationResponse.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return UpdateApiDestinationResponse.BuilderModifier and TypeMethodDescriptionUpdateApiDestinationResponse.Builder.apiDestinationArn(String apiDestinationArn) The ARN of the API destination that was updated.UpdateApiDestinationResponse.Builder.apiDestinationState(String apiDestinationState) The state of the API destination that was updated.UpdateApiDestinationResponse.Builder.apiDestinationState(ApiDestinationState apiDestinationState) The state of the API destination that was updated.UpdateApiDestinationResponse.builder()UpdateApiDestinationResponse.Builder.creationTime(Instant creationTime) A time stamp for the time that the API destination was created.UpdateApiDestinationResponse.Builder.lastModifiedTime(Instant lastModifiedTime) A time stamp for the time that the API destination was last modified.UpdateApiDestinationResponse.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type UpdateApiDestinationResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateApiDestinationResponse.Builder>UpdateApiDestinationResponse.serializableBuilderClass()