Interface AssociateWirelessGatewayWithCertificateResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AssociateWirelessGatewayWithCertificateResponse.Builder,,AssociateWirelessGatewayWithCertificateResponse> IotWirelessResponse.Builder,SdkBuilder<AssociateWirelessGatewayWithCertificateResponse.Builder,,AssociateWirelessGatewayWithCertificateResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
AssociateWirelessGatewayWithCertificateResponse
public static interface AssociateWirelessGatewayWithCertificateResponse.Builder
extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<AssociateWirelessGatewayWithCertificateResponse.Builder,AssociateWirelessGatewayWithCertificateResponse>
-
Method Summary
Modifier and TypeMethodDescriptioniotCertificateId(String iotCertificateId) The ID of the certificate associated with the wireless gateway.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
iotCertificateId
The ID of the certificate associated with the wireless gateway.
- Parameters:
iotCertificateId- The ID of the certificate associated with the wireless gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-