Interface ApiDestination.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ApiDestination.Builder,ApiDestination>,SdkBuilder<ApiDestination.Builder,ApiDestination>,SdkPojo
- Enclosing class:
- ApiDestination
public static interface ApiDestination.Builder extends SdkPojo, CopyableBuilder<ApiDestination.Builder,ApiDestination>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApiDestination.BuilderapiDestinationArn(String apiDestinationArn)The ARN of the API destination.ApiDestination.BuilderapiDestinationState(String apiDestinationState)The state of the API destination.ApiDestination.BuilderapiDestinationState(ApiDestinationState apiDestinationState)The state of the API destination.ApiDestination.BuilderconnectionArn(String connectionArn)The ARN of the connection specified for the API destination.ApiDestination.BuildercreationTime(Instant creationTime)A time stamp for the time that the API destination was created.ApiDestination.BuilderhttpMethod(String httpMethod)The method to use to connect to the HTTP endpoint.ApiDestination.BuilderhttpMethod(ApiDestinationHttpMethod httpMethod)The method to use to connect to the HTTP endpoint.ApiDestination.BuilderinvocationEndpoint(String invocationEndpoint)The URL to the endpoint for the API destination.ApiDestination.BuilderinvocationRateLimitPerSecond(Integer invocationRateLimitPerSecond)The maximum number of invocations per second to send to the HTTP endpoint.ApiDestination.BuilderlastModifiedTime(Instant lastModifiedTime)A time stamp for the time that the API destination was last modified.ApiDestination.Buildername(String name)The name of the API destination.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
apiDestinationArn
ApiDestination.Builder apiDestinationArn(String apiDestinationArn)
The ARN of the API destination.
- Parameters:
apiDestinationArn- The ARN of the API destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ApiDestination.Builder name(String name)
The name of the API destination.
- Parameters:
name- The name of the API destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
apiDestinationState
ApiDestination.Builder apiDestinationState(String apiDestinationState)
The state of the API destination.
- Parameters:
apiDestinationState- The state of the API destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApiDestinationState,ApiDestinationState
-
apiDestinationState
ApiDestination.Builder apiDestinationState(ApiDestinationState apiDestinationState)
The state of the API destination.
- Parameters:
apiDestinationState- The state of the API destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApiDestinationState,ApiDestinationState
-
connectionArn
ApiDestination.Builder connectionArn(String connectionArn)
The ARN of the connection specified for the API destination.
- Parameters:
connectionArn- The ARN of the connection specified for the API destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invocationEndpoint
ApiDestination.Builder invocationEndpoint(String invocationEndpoint)
The URL to the endpoint for the API destination.
- Parameters:
invocationEndpoint- The URL to the endpoint for the API destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpMethod
ApiDestination.Builder httpMethod(String httpMethod)
The method to use to connect to the HTTP endpoint.
- Parameters:
httpMethod- The method to use to connect to the HTTP endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApiDestinationHttpMethod,ApiDestinationHttpMethod
-
httpMethod
ApiDestination.Builder httpMethod(ApiDestinationHttpMethod httpMethod)
The method to use to connect to the HTTP endpoint.
- Parameters:
httpMethod- The method to use to connect to the HTTP endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApiDestinationHttpMethod,ApiDestinationHttpMethod
-
invocationRateLimitPerSecond
ApiDestination.Builder invocationRateLimitPerSecond(Integer invocationRateLimitPerSecond)
The maximum number of invocations per second to send to the HTTP endpoint.
- Parameters:
invocationRateLimitPerSecond- The maximum number of invocations per second to send to the HTTP endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
ApiDestination.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
ApiDestination.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.
-
-