Interface GetEnabledIpamPolicyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetEnabledIpamPolicyResponse.Builder,,GetEnabledIpamPolicyResponse> Ec2Response.Builder,SdkBuilder<GetEnabledIpamPolicyResponse.Builder,,GetEnabledIpamPolicyResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetEnabledIpamPolicyResponse
@Mutable
@NotThreadSafe
public static interface GetEnabledIpamPolicyResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetEnabledIpamPolicyResponse.Builder,GetEnabledIpamPolicyResponse>
-
Method Summary
Modifier and TypeMethodDescriptionipamPolicyEnabled(Boolean ipamPolicyEnabled) Indicates whether the IPAM policy is enabled.ipamPolicyId(String ipamPolicyId) The ID of the enabled IPAM policy.The entity that manages the IPAM policy.managedBy(IpamPolicyManagedBy managedBy) The entity that manages the IPAM policy.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
ipamPolicyEnabled
Indicates whether the IPAM policy is enabled.
- Parameters:
ipamPolicyEnabled- Indicates whether the IPAM policy is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamPolicyId
The ID of the enabled IPAM policy.
- Parameters:
ipamPolicyId- The ID of the enabled IPAM policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedBy
The entity that manages the IPAM policy.
- Parameters:
managedBy- The entity that manages the IPAM policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
managedBy
The entity that manages the IPAM policy.
- Parameters:
managedBy- The entity that manages the IPAM policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-