Class ApiDestination
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ApiDestination.Builder,ApiDestination>
Contains details about an API destination.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe ARN of the API destination.final ApiDestinationStateThe state of the API destination.final StringThe state of the API destination.static ApiDestination.Builderbuilder()final StringThe ARN of the connection specified for the API destination.final InstantA time stamp for the time that the API destination was created.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final ApiDestinationHttpMethodThe method to use to connect to the HTTP endpoint.final StringThe method to use to connect to the HTTP endpoint.final StringThe URL to the endpoint for the API destination.final IntegerThe maximum number of invocations per second to send to the HTTP endpoint.final InstantA time stamp for the time that the API destination was last modified.final Stringname()The name of the API destination.static Class<? extends ApiDestination.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
apiDestinationArn
The ARN of the API destination.
- Returns:
- The ARN of the API destination.
-
name
The name of the API destination.
- Returns:
- The name of the API destination.
-
apiDestinationState
The state of the API destination.
If the service returns an enum value that is not available in the current SDK version,
apiDestinationStatewill returnApiDestinationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromapiDestinationStateAsString().- Returns:
- The state of the API destination.
- See Also:
-
apiDestinationStateAsString
The state of the API destination.
If the service returns an enum value that is not available in the current SDK version,
apiDestinationStatewill returnApiDestinationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromapiDestinationStateAsString().- Returns:
- The state of the API destination.
- See Also:
-
connectionArn
The ARN of the connection specified for the API destination.
- Returns:
- The ARN of the connection specified for the API destination.
-
invocationEndpoint
The URL to the endpoint for the API destination.
- Returns:
- The URL to the endpoint for the API destination.
-
httpMethod
The method to use to connect to the HTTP endpoint.
If the service returns an enum value that is not available in the current SDK version,
httpMethodwill returnApiDestinationHttpMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpMethodAsString().- Returns:
- The method to use to connect to the HTTP endpoint.
- See Also:
-
httpMethodAsString
The method to use to connect to the HTTP endpoint.
If the service returns an enum value that is not available in the current SDK version,
httpMethodwill returnApiDestinationHttpMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpMethodAsString().- Returns:
- The method to use to connect to the HTTP endpoint.
- See Also:
-
invocationRateLimitPerSecond
The maximum number of invocations per second to send to the HTTP endpoint.
- Returns:
- The maximum number of invocations per second to send to the HTTP endpoint.
-
creationTime
A time stamp for the time that the API destination was created.
- Returns:
- A time stamp for the time that the API destination was created.
-
lastModifiedTime
A time stamp for the time that the API destination was last modified.
- Returns:
- A time stamp for the time that the API destination was last modified.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ApiDestination.Builder,ApiDestination>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-