Interface WickrAwsNetworks.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WickrAwsNetworks.Builder,,WickrAwsNetworks> SdkBuilder<WickrAwsNetworks.Builder,,WickrAwsNetworks> SdkPojo
- Enclosing class:
WickrAwsNetworks
@Mutable
@NotThreadSafe
public static interface WickrAwsNetworks.Builder
extends SdkPojo, CopyableBuilder<WickrAwsNetworks.Builder,WickrAwsNetworks>
-
Method Summary
Modifier and TypeMethodDescriptionThe network ID of the Wickr Amazon Web Services network.The Amazon Web Services region identifier where the network is hosted (e.g., 'us-east-1').Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
region
The Amazon Web Services region identifier where the network is hosted (e.g., 'us-east-1').
- Parameters:
region- The Amazon Web Services region identifier where the network is hosted (e.g., 'us-east-1').- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkId
The network ID of the Wickr Amazon Web Services network.
- Parameters:
networkId- The network ID of the Wickr Amazon Web Services network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-