Interface CreateDecoderManifestResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CreateDecoderManifestResponse.Builder,,CreateDecoderManifestResponse> IoTFleetWiseResponse.Builder,SdkBuilder<CreateDecoderManifestResponse.Builder,,CreateDecoderManifestResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateDecoderManifestResponse
public static interface CreateDecoderManifestResponse.Builder
extends IoTFleetWiseResponse.Builder, SdkPojo, CopyableBuilder<CreateDecoderManifestResponse.Builder,CreateDecoderManifestResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the created decoder manifest.The name of the created 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 created decoder manifest.
- Parameters:
 name- The name of the created decoder manifest.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
arn
The ARN of the created decoder manifest.
- Parameters:
 arn- The ARN of the created decoder manifest.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -