Interface PutServiceLinkedConfigurationRecorderRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConfigRequest.Builder,CopyableBuilder<PutServiceLinkedConfigurationRecorderRequest.Builder,,PutServiceLinkedConfigurationRecorderRequest> SdkBuilder<PutServiceLinkedConfigurationRecorderRequest.Builder,,PutServiceLinkedConfigurationRecorderRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
PutServiceLinkedConfigurationRecorderRequest
@Mutable
@NotThreadSafe
public static interface PutServiceLinkedConfigurationRecorderRequest.Builder
extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<PutServiceLinkedConfigurationRecorderRequest.Builder,PutServiceLinkedConfigurationRecorderRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.servicePrincipal(String servicePrincipal) The service principal of the Amazon Web Services service for the service-linked configuration recorder that you want to create.tags(Collection<Tag> tags) The tags for a service-linked configuration recorder.tags(Consumer<Tag.Builder>... tags) The tags for a service-linked configuration recorder.The tags for a service-linked configuration recorder.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.config.model.ConfigRequest.Builder
buildMethods 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, sdkFields
-
Method Details
-
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
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
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
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 totags(List<Tag>).- 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:
-
overrideConfiguration
PutServiceLinkedConfigurationRecorderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutServiceLinkedConfigurationRecorderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-