public static interface UpdateApiDestinationResponse.Builder extends EventBridgeResponse.Builder, SdkPojo, CopyableBuilder<UpdateApiDestinationResponse.Builder,UpdateApiDestinationResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateApiDestinationResponse.Builder |
apiDestinationArn(String apiDestinationArn)
The ARN of the API destination that was updated.
|
UpdateApiDestinationResponse.Builder |
apiDestinationState(ApiDestinationState apiDestinationState)
The state of the API destination that was updated.
|
UpdateApiDestinationResponse.Builder |
apiDestinationState(String apiDestinationState)
The state of the API destination that was updated.
|
UpdateApiDestinationResponse.Builder |
creationTime(Instant creationTime)
A time stamp for the time that the API destination was created.
|
UpdateApiDestinationResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
A time stamp for the time that the API destination was last modified.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateApiDestinationResponse.Builder apiDestinationArn(String apiDestinationArn)
The ARN of the API destination that was updated.
apiDestinationArn - The ARN of the API destination that was updated.UpdateApiDestinationResponse.Builder apiDestinationState(String apiDestinationState)
The state of the API destination that was updated.
apiDestinationState - The state of the API destination that was updated.ApiDestinationState,
ApiDestinationStateUpdateApiDestinationResponse.Builder apiDestinationState(ApiDestinationState apiDestinationState)
The state of the API destination that was updated.
apiDestinationState - The state of the API destination that was updated.ApiDestinationState,
ApiDestinationStateUpdateApiDestinationResponse.Builder creationTime(Instant creationTime)
A time stamp for the time that the API destination was created.
creationTime - A time stamp for the time that the API destination was created.UpdateApiDestinationResponse.Builder lastModifiedTime(Instant lastModifiedTime)
A time stamp for the time that the API destination was last modified.
lastModifiedTime - A time stamp for the time that the API destination was last modified.Copyright © 2022. All rights reserved.