Class DescribeConnectionResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeConnectionResponse.Builder,DescribeConnectionResponse>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionThe type of authorization specified for the connection.final StringThe type of authorization specified for the connection.The parameters to use for authorization for the connection.builder()final StringThe ARN of the connection retrieved.final ConnectionStateThe state of the connection retrieved.final StringThe state of the connection retrieved.final InstantA time stamp for the time that the connection was created.final StringThe description for the connection retrieved.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()For connections to private APIs The parameters EventBridge uses to invoke the resource endpoint.final StringThe identifier of the KMS customer managed key for EventBridge to use to encrypt the connection, if one has been specified.final InstantA time stamp for the time that the connection was last authorized.final InstantA time stamp for the time that the connection was last modified.final Stringname()The name of the connection retrieved.final StringThe ARN of the secret created from the authorization parameters specified for the connection.static Class<? extends DescribeConnectionResponse.Builder>final StringThe reason that the connection is in the current connection state.final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.services.eventbridge.model.EventBridgeResponse
responseMetadataMethods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponseMethods 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
-
connectionArn
The ARN of the connection retrieved.
- Returns:
- The ARN of the connection retrieved.
-
name
The name of the connection retrieved.
- Returns:
- The name of the connection retrieved.
-
description
The description for the connection retrieved.
- Returns:
- The description for the connection retrieved.
-
invocationConnectivityParameters
For connections to private APIs The parameters EventBridge uses to invoke the resource endpoint.
For more information, see Connecting to private APIs in the Amazon EventBridge User Guide .
- Returns:
- For connections to private APIs The parameters EventBridge uses to invoke the resource endpoint.
For more information, see Connecting to private APIs in the Amazon EventBridge User Guide .
-
connectionState
The state of the connection retrieved.
If the service returns an enum value that is not available in the current SDK version,
connectionStatewill returnConnectionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconnectionStateAsString().- Returns:
- The state of the connection retrieved.
- See Also:
-
connectionStateAsString
The state of the connection retrieved.
If the service returns an enum value that is not available in the current SDK version,
connectionStatewill returnConnectionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconnectionStateAsString().- Returns:
- The state of the connection retrieved.
- See Also:
-
stateReason
The reason that the connection is in the current connection state.
- Returns:
- The reason that the connection is in the current connection state.
-
authorizationType
The type of authorization specified for the connection.
If the service returns an enum value that is not available in the current SDK version,
authorizationTypewill returnConnectionAuthorizationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthorizationTypeAsString().- Returns:
- The type of authorization specified for the connection.
- See Also:
-
authorizationTypeAsString
The type of authorization specified for the connection.
If the service returns an enum value that is not available in the current SDK version,
authorizationTypewill returnConnectionAuthorizationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthorizationTypeAsString().- Returns:
- The type of authorization specified for the connection.
- See Also:
-
secretArn
The ARN of the secret created from the authorization parameters specified for the connection.
- Returns:
- The ARN of the secret created from the authorization parameters specified for the connection.
-
kmsKeyIdentifier
The identifier of the KMS customer managed key for EventBridge to use to encrypt the connection, if one has been specified.
For more information, see Encrypting connections in the Amazon EventBridge User Guide.
- Returns:
- The identifier of the KMS customer managed key for EventBridge to use to encrypt the connection, if one
has been specified.
For more information, see Encrypting connections in the Amazon EventBridge User Guide.
-
authParameters
The parameters to use for authorization for the connection.
- Returns:
- The parameters to use for authorization for the connection.
-
creationTime
A time stamp for the time that the connection was created.
- Returns:
- A time stamp for the time that the connection was created.
-
lastModifiedTime
A time stamp for the time that the connection was last modified.
- Returns:
- A time stamp for the time that the connection was last modified.
-
lastAuthorizedTime
A time stamp for the time that the connection was last authorized.
- Returns:
- A time stamp for the time that the connection was last authorized.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeConnectionResponse.Builder,DescribeConnectionResponse> - Specified by:
toBuilderin classAwsResponse
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsResponse
-
equals
- Overrides:
equalsin classAwsResponse
-
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
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-