Interface CreateStreamingUrlResponse.Builder
-
- All Superinterfaces:
AppStreamResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<CreateStreamingUrlResponse.Builder,CreateStreamingUrlResponse>,SdkBuilder<CreateStreamingUrlResponse.Builder,CreateStreamingUrlResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateStreamingUrlResponse
public static interface CreateStreamingUrlResponse.Builder extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<CreateStreamingUrlResponse.Builder,CreateStreamingUrlResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateStreamingUrlResponse.Builderexpires(Instant expires)The elapsed time, in seconds after the Unix epoch, when this URL expires.CreateStreamingUrlResponse.BuilderstreamingURL(String streamingURL)The URL to start the AppStream 2.0 streaming session.-
Methods inherited from interface software.amazon.awssdk.services.appstream.model.AppStreamResponse.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
-
streamingURL
CreateStreamingUrlResponse.Builder streamingURL(String streamingURL)
The URL to start the AppStream 2.0 streaming session.
- Parameters:
streamingURL- The URL to start the AppStream 2.0 streaming session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expires
CreateStreamingUrlResponse.Builder expires(Instant expires)
The elapsed time, in seconds after the Unix epoch, when this URL expires.
- Parameters:
expires- The elapsed time, in seconds after the Unix epoch, when this URL expires.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-