Interface IpResource.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IpResource.Builder,
,IpResource> SdkBuilder<IpResource.Builder,
,IpResource> SdkPojo
- Enclosing class:
IpResource
@Mutable
@NotThreadSafe
public static interface IpResource.Builder
extends SdkPojo, CopyableBuilder<IpResource.Builder,IpResource>
-
Method Summary
Modifier and TypeMethodDescriptionThe IP address of the IP resource.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, sdkFieldNameToField, sdkFields
-
Method Details
-
ipAddress
The IP address of the IP resource.
- Parameters:
ipAddress
- The IP address of the IP resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-