Interface PutEventStreamRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutEventStreamRequest.Builder,PutEventStreamRequest>,PinpointRequest.Builder,SdkBuilder<PutEventStreamRequest.Builder,PutEventStreamRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutEventStreamRequest
public static interface PutEventStreamRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<PutEventStreamRequest.Builder,PutEventStreamRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description PutEventStreamRequest.BuilderapplicationId(String applicationId)The unique identifier for the application.PutEventStreamRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutEventStreamRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default PutEventStreamRequest.BuilderwriteEventStream(Consumer<WriteEventStream.Builder> writeEventStream)Sets the value of the WriteEventStream property for this object.PutEventStreamRequest.BuilderwriteEventStream(WriteEventStream writeEventStream)Sets the value of the WriteEventStream property for this object.-
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.services.pinpoint.model.PinpointRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
applicationId
PutEventStreamRequest.Builder applicationId(String applicationId)
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
- Parameters:
applicationId- The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
writeEventStream
PutEventStreamRequest.Builder writeEventStream(WriteEventStream writeEventStream)
Sets the value of the WriteEventStream property for this object.- Parameters:
writeEventStream- The new value for the WriteEventStream property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
writeEventStream
default PutEventStreamRequest.Builder writeEventStream(Consumer<WriteEventStream.Builder> writeEventStream)
Sets the value of the WriteEventStream property for this object. This is a convenience method that creates an instance of theWriteEventStream.Builderavoiding the need to create one manually viaWriteEventStream.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed towriteEventStream(WriteEventStream).- Parameters:
writeEventStream- a consumer that will call methods onWriteEventStream.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
writeEventStream(WriteEventStream)
-
overrideConfiguration
PutEventStreamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutEventStreamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-