Interface CoreNetworkChangeEventValues.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CoreNetworkChangeEventValues.Builder,CoreNetworkChangeEventValues>,SdkBuilder<CoreNetworkChangeEventValues.Builder,CoreNetworkChangeEventValues>,SdkPojo
- Enclosing class:
- CoreNetworkChangeEventValues
public static interface CoreNetworkChangeEventValues.Builder extends SdkPojo, CopyableBuilder<CoreNetworkChangeEventValues.Builder,CoreNetworkChangeEventValues>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CoreNetworkChangeEventValues.BuilderattachmentId(String attachmentId)The ID of the attachment if the change event is associated with an attachment.CoreNetworkChangeEventValues.Buildercidr(String cidr)For aSTATIC_ROUTEevent, this is the IP address.CoreNetworkChangeEventValues.BuilderedgeLocation(String edgeLocation)The edge location for the core network change event.CoreNetworkChangeEventValues.BuildersegmentName(String segmentName)The segment name if the change event is associated with a segment.-
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
-
edgeLocation
CoreNetworkChangeEventValues.Builder edgeLocation(String edgeLocation)
The edge location for the core network change event.
- Parameters:
edgeLocation- The edge location for the core network change event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
segmentName
CoreNetworkChangeEventValues.Builder segmentName(String segmentName)
The segment name if the change event is associated with a segment.
- Parameters:
segmentName- The segment name if the change event is associated with a segment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachmentId
CoreNetworkChangeEventValues.Builder attachmentId(String attachmentId)
The ID of the attachment if the change event is associated with an attachment.
- Parameters:
attachmentId- The ID of the attachment if the change event is associated with an attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cidr
CoreNetworkChangeEventValues.Builder cidr(String cidr)
For a
STATIC_ROUTEevent, this is the IP address.- Parameters:
cidr- For aSTATIC_ROUTEevent, this is the IP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-