Interface ImportDecoderManifestResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ImportDecoderManifestResponse.Builder,,ImportDecoderManifestResponse> IoTFleetWiseResponse.Builder,SdkBuilder<ImportDecoderManifestResponse.Builder,,ImportDecoderManifestResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ImportDecoderManifestResponse
public static interface ImportDecoderManifestResponse.Builder
extends IoTFleetWiseResponse.Builder, SdkPojo, CopyableBuilder<ImportDecoderManifestResponse.Builder,ImportDecoderManifestResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the decoder manifest that was imported.The name of the imported decoder manifest.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotfleetwise.model.IoTFleetWiseResponse.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
-
name
The name of the imported decoder manifest.
- Parameters:
name- The name of the imported decoder manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the decoder manifest that was imported.
- Parameters:
arn- The Amazon Resource Name (ARN) of the decoder manifest that was imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-