Interface UpdateSubscriberRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateSubscriberRequest.Builder,UpdateSubscriberRequest>,SdkBuilder<UpdateSubscriberRequest.Builder,UpdateSubscriberRequest>,SdkPojo,SdkRequest.Builder,SecurityLakeRequest.Builder
- Enclosing class:
- UpdateSubscriberRequest
public static interface UpdateSubscriberRequest.Builder extends SecurityLakeRequest.Builder, SdkPojo, CopyableBuilder<UpdateSubscriberRequest.Builder,UpdateSubscriberRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateSubscriberRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSubscriberRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateSubscriberRequest.Buildersources(Collection<LogSourceResource> sources)The supported Amazon Web Services services from which logs and events are collected.UpdateSubscriberRequest.Buildersources(Consumer<LogSourceResource.Builder>... sources)The supported Amazon Web Services services from which logs and events are collected.UpdateSubscriberRequest.Buildersources(LogSourceResource... sources)The supported Amazon Web Services services from which logs and events are collected.UpdateSubscriberRequest.BuildersubscriberDescription(String subscriberDescription)The description of the Security Lake account subscriber.UpdateSubscriberRequest.BuildersubscriberId(String subscriberId)A value created by Security Lake that uniquely identifies your subscription.default UpdateSubscriberRequest.BuildersubscriberIdentity(Consumer<AwsIdentity.Builder> subscriberIdentity)The Amazon Web Services identity used to access your data.UpdateSubscriberRequest.BuildersubscriberIdentity(AwsIdentity subscriberIdentity)The Amazon Web Services identity used to access your data.UpdateSubscriberRequest.BuildersubscriberName(String subscriberName)The name of the Security Lake account subscriber.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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.services.securitylake.model.SecurityLakeRequest.Builder
build
-
-
-
-
Method Detail
-
sources
UpdateSubscriberRequest.Builder sources(Collection<LogSourceResource> sources)
The supported Amazon Web Services services from which logs and events are collected. For the list of supported Amazon Web Services services, see the Amazon Security Lake User Guide.
- Parameters:
sources- The supported Amazon Web Services services from which logs and events are collected. For the list of supported Amazon Web Services services, see the Amazon Security Lake User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
UpdateSubscriberRequest.Builder sources(LogSourceResource... sources)
The supported Amazon Web Services services from which logs and events are collected. For the list of supported Amazon Web Services services, see the Amazon Security Lake User Guide.
- Parameters:
sources- The supported Amazon Web Services services from which logs and events are collected. For the list of supported Amazon Web Services services, see the Amazon Security Lake User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
UpdateSubscriberRequest.Builder sources(Consumer<LogSourceResource.Builder>... sources)
The supported Amazon Web Services services from which logs and events are collected. For the list of supported Amazon Web Services services, see the Amazon Security Lake User Guide.
This is a convenience method that creates an instance of theLogSourceResource.Builderavoiding the need to create one manually viaLogSourceResource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#sources(List.) - Parameters:
sources- a consumer that will call methods onLogSourceResource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#sources(java.util.Collection)
-
subscriberDescription
UpdateSubscriberRequest.Builder subscriberDescription(String subscriberDescription)
The description of the Security Lake account subscriber.
- Parameters:
subscriberDescription- The description of the Security Lake account subscriber.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscriberId
UpdateSubscriberRequest.Builder subscriberId(String subscriberId)
A value created by Security Lake that uniquely identifies your subscription.
- Parameters:
subscriberId- A value created by Security Lake that uniquely identifies your subscription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscriberIdentity
UpdateSubscriberRequest.Builder subscriberIdentity(AwsIdentity subscriberIdentity)
The Amazon Web Services identity used to access your data.
- Parameters:
subscriberIdentity- The Amazon Web Services identity used to access your data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscriberIdentity
default UpdateSubscriberRequest.Builder subscriberIdentity(Consumer<AwsIdentity.Builder> subscriberIdentity)
The Amazon Web Services identity used to access your data.
This is a convenience method that creates an instance of theAwsIdentity.Builderavoiding the need to create one manually viaAwsIdentity.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosubscriberIdentity(AwsIdentity).- Parameters:
subscriberIdentity- a consumer that will call methods onAwsIdentity.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
subscriberIdentity(AwsIdentity)
-
subscriberName
UpdateSubscriberRequest.Builder subscriberName(String subscriberName)
The name of the Security Lake account subscriber.
- Parameters:
subscriberName- The name of the Security Lake account subscriber.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateSubscriberRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateSubscriberRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-