Interface GetDeviceIdentifierResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetDeviceIdentifierResponse.Builder,GetDeviceIdentifierResponse>,PrivateNetworksResponse.Builder,SdkBuilder<GetDeviceIdentifierResponse.Builder,GetDeviceIdentifierResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetDeviceIdentifierResponse
public static interface GetDeviceIdentifierResponse.Builder extends PrivateNetworksResponse.Builder, SdkPojo, CopyableBuilder<GetDeviceIdentifierResponse.Builder,GetDeviceIdentifierResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetDeviceIdentifierResponse.BuilderdeviceIdentifier(Consumer<DeviceIdentifier.Builder> deviceIdentifier)Information about the device identifier.GetDeviceIdentifierResponse.BuilderdeviceIdentifier(DeviceIdentifier deviceIdentifier)Information about the device identifier.GetDeviceIdentifierResponse.Buildertags(Map<String,String> tags)The device identifier tags.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.privatenetworks.model.PrivateNetworksResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
deviceIdentifier
GetDeviceIdentifierResponse.Builder deviceIdentifier(DeviceIdentifier deviceIdentifier)
Information about the device identifier.
- Parameters:
deviceIdentifier- Information about the device identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceIdentifier
default GetDeviceIdentifierResponse.Builder deviceIdentifier(Consumer<DeviceIdentifier.Builder> deviceIdentifier)
Information about the device identifier.
This is a convenience method that creates an instance of theDeviceIdentifier.Builderavoiding the need to create one manually viaDeviceIdentifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todeviceIdentifier(DeviceIdentifier).- Parameters:
deviceIdentifier- a consumer that will call methods onDeviceIdentifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
deviceIdentifier(DeviceIdentifier)
-
tags
GetDeviceIdentifierResponse.Builder tags(Map<String,String> tags)
The device identifier tags.
- Parameters:
tags- The device identifier tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-