Interface PutServiceLinkedConfigurationRecorderRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConfigRequest.Builder,CopyableBuilder<PutServiceLinkedConfigurationRecorderRequest.Builder,PutServiceLinkedConfigurationRecorderRequest>,SdkBuilder<PutServiceLinkedConfigurationRecorderRequest.Builder,PutServiceLinkedConfigurationRecorderRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutServiceLinkedConfigurationRecorderRequest
public static interface PutServiceLinkedConfigurationRecorderRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<PutServiceLinkedConfigurationRecorderRequest.Builder,PutServiceLinkedConfigurationRecorderRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutServiceLinkedConfigurationRecorderRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutServiceLinkedConfigurationRecorderRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutServiceLinkedConfigurationRecorderRequest.BuilderservicePrincipal(String servicePrincipal)The service principal of the Amazon Web Services service for the service-linked configuration recorder that you want to create.PutServiceLinkedConfigurationRecorderRequest.Buildertags(Collection<Tag> tags)The tags for a service-linked configuration recorder.PutServiceLinkedConfigurationRecorderRequest.Buildertags(Consumer<Tag.Builder>... tags)The tags for a service-linked configuration recorder.PutServiceLinkedConfigurationRecorderRequest.Buildertags(Tag... tags)The tags for a service-linked configuration recorder.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
servicePrincipal
PutServiceLinkedConfigurationRecorderRequest.Builder servicePrincipal(String servicePrincipal)
The service principal of the Amazon Web Services service for the service-linked configuration recorder that you want to create.
- Parameters:
servicePrincipal- The service principal of the Amazon Web Services service for the service-linked configuration recorder that you want to create.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
PutServiceLinkedConfigurationRecorderRequest.Builder tags(Collection<Tag> tags)
The tags for a service-linked configuration recorder. Each tag consists of a key and an optional value, both of which you define.
- Parameters:
tags- The tags for a service-linked configuration recorder. Each tag consists of a key and an optional value, both of which you define.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
PutServiceLinkedConfigurationRecorderRequest.Builder tags(Tag... tags)
The tags for a service-linked configuration recorder. Each tag consists of a key and an optional value, both of which you define.
- Parameters:
tags- The tags for a service-linked configuration recorder. Each tag consists of a key and an optional value, both of which you define.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
PutServiceLinkedConfigurationRecorderRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags for a service-linked configuration recorder. Each tag consists of a key and an optional value, both of which you define.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
PutServiceLinkedConfigurationRecorderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutServiceLinkedConfigurationRecorderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-