public static interface CreateApiDestinationResponse.Builder extends EventBridgeResponse.Builder, SdkPojo, CopyableBuilder<CreateApiDestinationResponse.Builder,CreateApiDestinationResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateApiDestinationResponse.Builder |
apiDestinationArn(String apiDestinationArn)
The ARN 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 |
apiDestinationState(String apiDestinationState)
The state of the API destination that was created by the request.
|
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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateApiDestinationResponse.Builder apiDestinationArn(String apiDestinationArn)
The ARN of the API destination that was created by the request.
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.
apiDestinationState - The state of the API destination that was created by the request.ApiDestinationState,
ApiDestinationStateCreateApiDestinationResponse.Builder apiDestinationState(ApiDestinationState apiDestinationState)
The state of the API destination that was created by the request.
apiDestinationState - The state of the API destination that was created by the request.ApiDestinationState,
ApiDestinationStateCreateApiDestinationResponse.Builder creationTime(Instant creationTime)
A time stamp indicating the time that the API destination was created.
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.
lastModifiedTime - A time stamp indicating the time that the API destination was last modified.Copyright © 2023. All rights reserved.