Interface GetDedicatedIpResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetDedicatedIpResponse.Builder,GetDedicatedIpResponse>,SdkBuilder<GetDedicatedIpResponse.Builder,GetDedicatedIpResponse>,SdkPojo,SdkResponse.Builder,SesV2Response.Builder
- Enclosing class:
- GetDedicatedIpResponse
public static interface GetDedicatedIpResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<GetDedicatedIpResponse.Builder,GetDedicatedIpResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetDedicatedIpResponse.BuilderdedicatedIp(Consumer<DedicatedIp.Builder> dedicatedIp)An object that contains information about a dedicated IP address.GetDedicatedIpResponse.BuilderdedicatedIp(DedicatedIp dedicatedIp)An object that contains information about a dedicated IP address.-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Response.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
dedicatedIp
GetDedicatedIpResponse.Builder dedicatedIp(DedicatedIp dedicatedIp)
An object that contains information about a dedicated IP address.
- Parameters:
dedicatedIp- An object that contains information about a dedicated IP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dedicatedIp
default GetDedicatedIpResponse.Builder dedicatedIp(Consumer<DedicatedIp.Builder> dedicatedIp)
An object that contains information about a dedicated IP address.
This is a convenience method that creates an instance of theDedicatedIp.Builderavoiding the need to create one manually viaDedicatedIp.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todedicatedIp(DedicatedIp).- Parameters:
dedicatedIp- a consumer that will call methods onDedicatedIp.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
dedicatedIp(DedicatedIp)
-
-