Interface DeauthorizeConnectionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeauthorizeConnectionResponse.Builder,DeauthorizeConnectionResponse>,EventBridgeResponse.Builder,SdkBuilder<DeauthorizeConnectionResponse.Builder,DeauthorizeConnectionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeauthorizeConnectionResponse
public static interface DeauthorizeConnectionResponse.Builder extends EventBridgeResponse.Builder, SdkPojo, CopyableBuilder<DeauthorizeConnectionResponse.Builder,DeauthorizeConnectionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeauthorizeConnectionResponse.BuilderconnectionArn(String connectionArn)The ARN of the connection that authorization was removed from.DeauthorizeConnectionResponse.BuilderconnectionState(String connectionState)The state of the connection.DeauthorizeConnectionResponse.BuilderconnectionState(ConnectionState connectionState)The state of the connection.DeauthorizeConnectionResponse.BuildercreationTime(Instant creationTime)A time stamp for the time that the connection was created.DeauthorizeConnectionResponse.BuilderlastAuthorizedTime(Instant lastAuthorizedTime)A time stamp for the time that the connection was last authorized.DeauthorizeConnectionResponse.BuilderlastModifiedTime(Instant lastModifiedTime)A time stamp for the time that the connection was last updated.-
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
-
connectionArn
DeauthorizeConnectionResponse.Builder connectionArn(String connectionArn)
The ARN of the connection that authorization was removed from.
- Parameters:
connectionArn- The ARN of the connection that authorization was removed from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionState
DeauthorizeConnectionResponse.Builder connectionState(String connectionState)
The state of the connection.
- Parameters:
connectionState- The state of the connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConnectionState,ConnectionState
-
connectionState
DeauthorizeConnectionResponse.Builder connectionState(ConnectionState connectionState)
The state of the connection.
- Parameters:
connectionState- The state of the connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConnectionState,ConnectionState
-
creationTime
DeauthorizeConnectionResponse.Builder creationTime(Instant creationTime)
A time stamp for the time that the connection was created.
- Parameters:
creationTime- A time stamp for the time that the connection was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
DeauthorizeConnectionResponse.Builder lastModifiedTime(Instant lastModifiedTime)
A time stamp for the time that the connection was last updated.
- Parameters:
lastModifiedTime- A time stamp for the time that the connection was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastAuthorizedTime
DeauthorizeConnectionResponse.Builder lastAuthorizedTime(Instant lastAuthorizedTime)
A time stamp for the time that the connection was last authorized.
- Parameters:
lastAuthorizedTime- A time stamp for the time that the connection was last authorized.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-