Interface UpdateApiDestinationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateApiDestinationResponse.Builder,UpdateApiDestinationResponse>,EventBridgeResponse.Builder,SdkBuilder<UpdateApiDestinationResponse.Builder,UpdateApiDestinationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateApiDestinationResponse
public static interface UpdateApiDestinationResponse.Builder extends EventBridgeResponse.Builder, SdkPojo, CopyableBuilder<UpdateApiDestinationResponse.Builder,UpdateApiDestinationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateApiDestinationResponse.BuilderapiDestinationArn(String apiDestinationArn)The ARN of the API destination that was updated.UpdateApiDestinationResponse.BuilderapiDestinationState(String apiDestinationState)The state of the API destination that was updated.UpdateApiDestinationResponse.BuilderapiDestinationState(ApiDestinationState apiDestinationState)The state of the API destination that was updated.UpdateApiDestinationResponse.BuildercreationTime(Instant creationTime)A time stamp for the time that the API destination was created.UpdateApiDestinationResponse.BuilderlastModifiedTime(Instant lastModifiedTime)A time stamp for the time that the API destination was last modified.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.eventbridge.model.EventBridgeResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
apiDestinationArn
UpdateApiDestinationResponse.Builder apiDestinationArn(String apiDestinationArn)
The ARN of the API destination that was updated.
- Parameters:
apiDestinationArn- The ARN of the API destination that was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
apiDestinationState
UpdateApiDestinationResponse.Builder apiDestinationState(String apiDestinationState)
The state of the API destination that was updated.
- Parameters:
apiDestinationState- The state of the API destination that was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApiDestinationState,ApiDestinationState
-
apiDestinationState
UpdateApiDestinationResponse.Builder apiDestinationState(ApiDestinationState apiDestinationState)
The state of the API destination that was updated.
- Parameters:
apiDestinationState- The state of the API destination that was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApiDestinationState,ApiDestinationState
-
creationTime
UpdateApiDestinationResponse.Builder creationTime(Instant creationTime)
A time stamp for the time that the API destination was created.
- Parameters:
creationTime- A time stamp for the time that the API destination was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
UpdateApiDestinationResponse.Builder lastModifiedTime(Instant lastModifiedTime)
A time stamp for the time that the API destination was last modified.
- Parameters:
lastModifiedTime- A time stamp for the time that the API destination was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-