Interface DeleteServiceLinkedConfigurationRecorderResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConfigResponse.Builder,CopyableBuilder<DeleteServiceLinkedConfigurationRecorderResponse.Builder,DeleteServiceLinkedConfigurationRecorderResponse>,SdkBuilder<DeleteServiceLinkedConfigurationRecorderResponse.Builder,DeleteServiceLinkedConfigurationRecorderResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteServiceLinkedConfigurationRecorderResponse
public static interface DeleteServiceLinkedConfigurationRecorderResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<DeleteServiceLinkedConfigurationRecorderResponse.Builder,DeleteServiceLinkedConfigurationRecorderResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteServiceLinkedConfigurationRecorderResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the specified configuration recorder.DeleteServiceLinkedConfigurationRecorderResponse.Buildername(String name)The name of the specified configuration recorder.-
Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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 Detail
-
arn
DeleteServiceLinkedConfigurationRecorderResponse.Builder arn(String 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
DeleteServiceLinkedConfigurationRecorderResponse.Builder name(String name)
The name of the specified configuration recorder.
- Parameters:
name- The name of the specified configuration recorder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-