Interface PutServiceLinkedConfigurationRecorderResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,ConfigResponse.Builder,CopyableBuilder<PutServiceLinkedConfigurationRecorderResponse.Builder,,PutServiceLinkedConfigurationRecorderResponse> SdkBuilder<PutServiceLinkedConfigurationRecorderResponse.Builder,,PutServiceLinkedConfigurationRecorderResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 PutServiceLinkedConfigurationRecorderResponse
public static interface PutServiceLinkedConfigurationRecorderResponse.Builder
extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<PutServiceLinkedConfigurationRecorderResponse.Builder,PutServiceLinkedConfigurationRecorderResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the specified configuration recorder.The name of the specified configuration recorder.Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
arn
The Amazon Resource Name (ARN) of the specified configuration recorder.
- Parameters:
 arn- The Amazon Resource Name (ARN) of the specified configuration recorder.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
name
The name of the specified configuration recorder.
For service-linked configuration recorders, Config automatically assigns a name that has the prefix "
AWS" to the new service-linked configuration recorder.- Parameters:
 name- The name of the specified configuration recorder.For service-linked configuration recorders, Config automatically assigns a name that has the prefix "
AWS" to the new service-linked configuration recorder.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -