Interface UpdateOdbNetworkResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateOdbNetworkResponse.Builder,
,UpdateOdbNetworkResponse> OdbResponse.Builder
,SdkBuilder<UpdateOdbNetworkResponse.Builder,
,UpdateOdbNetworkResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateOdbNetworkResponse
@Mutable
@NotThreadSafe
public static interface UpdateOdbNetworkResponse.Builder
extends OdbResponse.Builder, SdkPojo, CopyableBuilder<UpdateOdbNetworkResponse.Builder,UpdateOdbNetworkResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondisplayName
(String displayName) The user-friendly name of the ODB network.odbNetworkId
(String odbNetworkId) The unique identifier of the ODB network.The current status of the ODB network.status
(ResourceStatus status) The current status of the ODB network.statusReason
(String statusReason) Additional information about the status of the ODB network.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.odb.model.OdbResponse.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
displayName
The user-friendly name of the ODB network.
- Parameters:
displayName
- The user-friendly name of the ODB network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the ODB network.
- Parameters:
status
- The current status of the ODB network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the ODB network.
- Parameters:
status
- The current status of the ODB network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
Additional information about the status of the ODB network.
- Parameters:
statusReason
- Additional information about the status of the ODB network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
odbNetworkId
The unique identifier of the ODB network.
- Parameters:
odbNetworkId
- The unique identifier of the ODB network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-