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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutServiceLinkedConfigurationRecorderResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the specified configuration recorder.PutServiceLinkedConfigurationRecorderResponse.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
PutServiceLinkedConfigurationRecorderResponse.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
PutServiceLinkedConfigurationRecorderResponse.Builder name(String 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.
-
-