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