Interface ImportDecoderManifestResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ImportDecoderManifestResponse.Builder,
,ImportDecoderManifestResponse> IoTFleetWiseResponse.Builder
,SdkBuilder<ImportDecoderManifestResponse.Builder,
,ImportDecoderManifestResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ImportDecoderManifestResponse
@Mutable
@NotThreadSafe
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
copy
Methods inherited from interface software.amazon.awssdk.services.iotfleetwise.model.IoTFleetWiseResponse.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, sdkFieldNameToField, sdkFields
Methods 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.
-