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