@Generated(value="software.amazon.awssdk:codegen") public final class UpdateApiDestinationRequest extends EventBridgeRequest implements ToCopyableBuilder<UpdateApiDestinationRequest.Builder,UpdateApiDestinationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateApiDestinationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateApiDestinationRequest.Builder |
builder() |
String |
connectionArn()
The ARN of the connection to use for the API destination.
|
String |
description()
The name of the API destination to update.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ApiDestinationHttpMethod |
httpMethod()
The method to use for the API destination.
|
String |
httpMethodAsString()
The method to use for the API destination.
|
String |
invocationEndpoint()
The URL to the endpoint to use for the API destination.
|
Integer |
invocationRateLimitPerSecond()
The maximum number of invocations per second to send to the API destination.
|
String |
name()
The name of the API destination to update.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateApiDestinationRequest.Builder> |
serializableBuilderClass() |
UpdateApiDestinationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the API destination to update.
public final String description()
The name of the API destination to update.
public final String connectionArn()
The ARN of the connection to use for the API destination.
public final String invocationEndpoint()
The URL to the endpoint to use for the API destination.
public final ApiDestinationHttpMethod httpMethod()
The method to use for the API destination.
If the service returns an enum value that is not available in the current SDK version, httpMethod will
return ApiDestinationHttpMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from httpMethodAsString().
ApiDestinationHttpMethodpublic final String httpMethodAsString()
The method to use for the API destination.
If the service returns an enum value that is not available in the current SDK version, httpMethod will
return ApiDestinationHttpMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from httpMethodAsString().
ApiDestinationHttpMethodpublic final Integer invocationRateLimitPerSecond()
The maximum number of invocations per second to send to the API destination.
public UpdateApiDestinationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateApiDestinationRequest.Builder,UpdateApiDestinationRequest>toBuilder in class EventBridgeRequestpublic static UpdateApiDestinationRequest.Builder builder()
public static Class<? extends UpdateApiDestinationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.