Interface DeviceNetworkProfileInfo.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DeviceNetworkProfileInfo.Builder,,DeviceNetworkProfileInfo> SdkBuilder<DeviceNetworkProfileInfo.Builder,,DeviceNetworkProfileInfo> SdkPojo
- Enclosing class:
DeviceNetworkProfileInfo
public static interface DeviceNetworkProfileInfo.Builder
extends SdkPojo, CopyableBuilder<DeviceNetworkProfileInfo.Builder,DeviceNetworkProfileInfo>
-
Method Summary
Modifier and TypeMethodDescriptioncertificateArn(String certificateArn) The ARN of the certificate associated with a device.certificateExpirationTime(Instant certificateExpirationTime) The time (in epoch) when the certificate expires.networkProfileArn(String networkProfileArn) The ARN of the network profile associated with a device.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, sdkFields
-
Method Details
-
networkProfileArn
The ARN of the network profile associated with a device.
- Parameters:
networkProfileArn- The ARN of the network profile associated with a device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateArn
The ARN of the certificate associated with a device.
- Parameters:
certificateArn- The ARN of the certificate associated with a device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateExpirationTime
The time (in epoch) when the certificate expires.
- Parameters:
certificateExpirationTime- The time (in epoch) when the certificate expires.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-