Interface DeleteInterconnectResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteInterconnectResponse.Builder,DeleteInterconnectResponse>,DirectConnectResponse.Builder,SdkBuilder<DeleteInterconnectResponse.Builder,DeleteInterconnectResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteInterconnectResponse
public static interface DeleteInterconnectResponse.Builder extends DirectConnectResponse.Builder, SdkPojo, CopyableBuilder<DeleteInterconnectResponse.Builder,DeleteInterconnectResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteInterconnectResponse.BuilderinterconnectState(String interconnectState)The state of the interconnect.DeleteInterconnectResponse.BuilderinterconnectState(InterconnectState interconnectState)The state of the interconnect.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.directconnect.model.DirectConnectResponse.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
-
interconnectState
DeleteInterconnectResponse.Builder interconnectState(String interconnectState)
The state of the interconnect. The following are the possible values:
-
requested: The initial state of an interconnect. The interconnect stays in the requested state until the Letter of Authorization (LOA) is sent to the customer. -
pending: The interconnect is approved, and is being initialized. -
available: The network link is up, and the interconnect is ready for use. -
down: The network link is down. -
deleting: The interconnect is being deleted. -
deleted: The interconnect is deleted. -
unknown: The state of the interconnect is not available.
- Parameters:
interconnectState- The state of the interconnect. The following are the possible values:-
requested: The initial state of an interconnect. The interconnect stays in the requested state until the Letter of Authorization (LOA) is sent to the customer. -
pending: The interconnect is approved, and is being initialized. -
available: The network link is up, and the interconnect is ready for use. -
down: The network link is down. -
deleting: The interconnect is being deleted. -
deleted: The interconnect is deleted. -
unknown: The state of the interconnect is not available.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InterconnectState,InterconnectState
-
-
interconnectState
DeleteInterconnectResponse.Builder interconnectState(InterconnectState interconnectState)
The state of the interconnect. The following are the possible values:
-
requested: The initial state of an interconnect. The interconnect stays in the requested state until the Letter of Authorization (LOA) is sent to the customer. -
pending: The interconnect is approved, and is being initialized. -
available: The network link is up, and the interconnect is ready for use. -
down: The network link is down. -
deleting: The interconnect is being deleted. -
deleted: The interconnect is deleted. -
unknown: The state of the interconnect is not available.
- Parameters:
interconnectState- The state of the interconnect. The following are the possible values:-
requested: The initial state of an interconnect. The interconnect stays in the requested state until the Letter of Authorization (LOA) is sent to the customer. -
pending: The interconnect is approved, and is being initialized. -
available: The network link is up, and the interconnect is ready for use. -
down: The network link is down. -
deleting: The interconnect is being deleted. -
deleted: The interconnect is deleted. -
unknown: The state of the interconnect is not available.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InterconnectState,InterconnectState
-
-
-