Uses of Interface
software.amazon.awssdk.services.eventbridge.model.ApiDestination.Builder
Packages that use ApiDestination.Builder
-
Uses of ApiDestination.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return ApiDestination.BuilderModifier and TypeMethodDescriptionApiDestination.Builder.apiDestinationArn(String apiDestinationArn) The ARN of the API destination.ApiDestination.Builder.apiDestinationState(String apiDestinationState) The state of the API destination.ApiDestination.Builder.apiDestinationState(ApiDestinationState apiDestinationState) The state of the API destination.static ApiDestination.BuilderApiDestination.builder()ApiDestination.Builder.connectionArn(String connectionArn) The ARN of the connection specified for the API destination.ApiDestination.Builder.creationTime(Instant creationTime) A time stamp for the time that the API destination was created.ApiDestination.Builder.httpMethod(String httpMethod) The method to use to connect to the HTTP endpoint.ApiDestination.Builder.httpMethod(ApiDestinationHttpMethod httpMethod) The method to use to connect to the HTTP endpoint.ApiDestination.Builder.invocationEndpoint(String invocationEndpoint) The URL to the endpoint for the API destination.ApiDestination.Builder.invocationRateLimitPerSecond(Integer invocationRateLimitPerSecond) The maximum number of invocations per second to send to the HTTP endpoint.ApiDestination.Builder.lastModifiedTime(Instant lastModifiedTime) A time stamp for the time that the API destination was last modified.The name of the API destination.ApiDestination.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type ApiDestination.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ApiDestination.Builder>ApiDestination.serializableBuilderClass()